mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
__ops__ to __opts__
This commit is contained in:
parent
5a9867aad1
commit
5a3e72fc8e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue