%PDF- %PDF-
| Direktori : /proc/self/root/usr/lib/python2.7/site-packages/salt/returners/ |
| Current File : //proc/self/root/usr/lib/python2.7/site-packages/salt/returners/local.pyc |
�
���^c @@ s8 d Z d d l m Z m Z m Z d � Z d � Z d S( u
The local returner is used to test the returner interface, it just prints the
return data to the console to verify that it is being passed properly
To use the local returner, append '--return local' to the salt command. ex:
.. code-block:: bash
salt '*' test.ping --return local
i ( t absolute_importt print_functiont unicode_literalsc C@ s t | � d S( uG
Print the return data to the terminal to verify functionality
N( t print( t ret( ( s8 /usr/lib/python2.7/site-packages/salt/returners/local.pyt returner s c C@ s t | � d S( uI
Print event return data to the terminal to verify functionality
N( R ( t event( ( s8 /usr/lib/python2.7/site-packages/salt/returners/local.pyt event_return s N( t __doc__t
__future__R R R R R ( ( ( s8 /usr/lib/python2.7/site-packages/salt/returners/local.pyt <module> s