%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/runners/ |
| Current File : //proc/thread-self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/runners/ssh.pyc |
�
���^c @@ sG d Z d d l m Z m Z m Z d d l Z d d d d d � Z d S( u�
A Runner module interface on top of the salt-ssh Python API.
This allows for programmatic use from salt-api, the Reactor, Orchestrate, etc.
i ( t absolute_importt print_functiont unicode_literalsNu globc C@ s7 t j j j j d t � } | j | | | | | | � S( u~
.. versionadded:: 2015.5.0
.. versionchanged:: 2017.7.0
The ``expr_form`` argument has been renamed to ``tgt_type``, earlier
releases must use ``expr_form``.
Execute a single command via the salt-ssh subsystem and return all
routines at once
A wrapper around the :py:meth:`SSHClient.cmd
<salt.client.ssh.client.SSHClient.cmd>` method.
t mopts( t saltt clientt ssht SSHClientt __opts__t cmd( t tgtt funt argt timeoutt tgt_typet kwargR ( ( s4 /usr/lib/python2.7/site-packages/salt/runners/ssh.pyR s ( ( t __doc__t
__future__R R R t salt.client.ssh.clientR t NoneR ( ( ( s4 /usr/lib/python2.7/site-packages/salt/runners/ssh.pyt <module> s