%PDF- %PDF-
Direktori : /lib/python2.7/site-packages/salt/states/ |
Current File : //lib/python2.7/site-packages/salt/states/saltmod.pyc |
� ���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z e j e � Z d Z d � Z d � Z d � Z e d d e e e e e e e e e e e d e e e e e e e d � Z e d d e e e e e e e e e e e d � Z d d d d � Z d � Z d � Z d � Z! d S( u� Control the Salt command interface ================================== This state is intended for use from the Salt Master. It provides access to sending commands down to minions as well as access to executing master-side modules. These state functions wrap Salt's :ref:`Python API <python-api>`. .. versionadded: 2016.11.0 Support for masterless minions was added to the ``salt.state`` function, so they can run orchestration sls files. This is particularly useful when the rendering of a state is dependent on the execution of another state. Orchestration will render and execute each orchestration block independently, while honoring requisites to ensure the states are applied in the correct order. .. seealso:: More Orchestrate documentation * :ref:`Full Orchestrate Tutorial <orchestrate-runner>` * :py:func:`The Orchestrate runner <salt.runners.state.orchestrate>` i ( t absolute_importt unicode_literalst print_functionN( t sixu saltc C@ s t S( u Named salt ( t __virtualname__( ( ( s7 /usr/lib/python2.7/site-packages/salt/states/saltmod.pyt __virtual__/ s c C@ sE y t j j j t t | d � Wn t k r@ t j d � n Xd S( Nu runu>