__ops__ to __opts__

This commit is contained in:
Jacob Hammons 2015-10-05 15:00:56 -06:00
parent 5a9867aad1
commit 5a3e72fc8e

View file

@ -8,7 +8,7 @@ Salt Engines
Salt Engines are long-running, external system processes that leverage Salt.
- Engines have access to Salt configuration, execution modules, and runners (``__ops__``, ``__salt__``, and ``__runners__``).
- Engines have access to Salt configuration, execution modules, and runners (``__opts__``, ``__salt__``, and ``__runners__``).
- Engines are executed in a separate process that is monitored by Salt. If a Salt engine stops, it is restarted automatically.
- Engines can run on the Salt master and on Salt minions.