%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/modules/ |
| Current File : //proc/self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/modules/ret.pyc |
�
���^c @@ sV d Z d d l m Z m Z m Z d d l Z d � Z d � Z d � Z d � Z
d S( uX
Module to integrate with the returner system and retrieve data sent to a salt returner
i ( t absolute_importt unicode_literalst print_functionNc C@ s, t j j t t � } | d j | � | � S( u�
Return the information for a specified job id
CLI Example:
.. code-block:: bash
salt '*' ret.get_jid redis 20421104181954700505
u {0}.get_jid( t saltt loadert returnerst __opts__t __salt__t format( t returnert jidR ( ( s4 /usr/lib/python2.7/site-packages/salt/modules/ret.pyt get_jid s
c C@ s, t j j t t � } | d j | � | � S( u�
Return info about last time fun was called on each minion
CLI Example:
.. code-block:: bash
salt '*' ret.get_fun mysql network.interfaces
u {0}.get_fun( R R R R R R ( R t funR ( ( s4 /usr/lib/python2.7/site-packages/salt/modules/ret.pyt get_fun s
c C@ s) t j j t t � } | d j | � � S( uw
Return a list of all job ids
CLI Example:
.. code-block:: bash
salt '*' ret.get_jids mysql
u {0}.get_jids( R R R R R R ( R R ( ( s4 /usr/lib/python2.7/site-packages/salt/modules/ret.pyt get_jids'