%PDF- %PDF-
| Direktori : /proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/executors/ |
| Current File : //proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/executors/docker.pyo |
�
���^c @@ s\ d Z d d l m Z m Z d Z i d d 6d d 6d d 6Z d
� Z d � Z d � Z d
S( uW
Docker executor module
.. versionadded: 2019.2.0
Used with the docker proxy minion.
i ( t absolute_importt unicode_literalsu dockeru
docker.slsu state.slsu docker.applyu state.applyu docker.highstateu state.highstatec C@ sN d t k r t d f St j d i � j d � t k rJ t d j t � f St S( Nu proxyuB Docker executor is only meant to be used with Docker Proxy Minionsu proxytypeu Proxytype does not match: {0}( t __opts__t Falset gett __virtualname__t formatt True( ( ( s9 /usr/lib/python2.7/site-packages/salt/executors/docker.pyt __virtual__ s
!c C@ s� | d d k r* t d | | | | | � S| d t k ro t d | | t t | d | d d g | | � St d | d d | d | | � S( u:
Directly calls the given function with arguments
u funu saltutil.find_jobu direct_call.executeu proxyu nameu docker.call( t
__executors__t DOCKER_MOD_MAPt __salt__( t optst datat funct argst kwargs( ( s9 /usr/lib/python2.7/site-packages/salt/executors/docker.pyt execute s
5c C@ s t S( u�
Allow all calls to be passed through to docker container.
The docker call will use direct_call, which will return back if the module
was unable to be run.
( R ( t function( ( s9 /usr/lib/python2.7/site-packages/salt/executors/docker.pyt allow_missing_func'