mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add environment to the configuration guide
This commit is contained in:
parent
483c33bc7c
commit
427666236d
@ -206,7 +206,7 @@ root of the base environment
|
||||
Default: None
|
||||
|
||||
The external_nodes option allows Salt to gather data that would normally be
|
||||
placed in a top file from and external node conreoller. The external_nodes
|
||||
placed in a top file from and external node controller. The external_nodes
|
||||
option is the executable that will return the ENC data. Remember that Salt
|
||||
will look for external nodes AND top files and combine the results if both
|
||||
are enabled and available!
|
||||
|
@ -310,6 +310,21 @@ enabled and can be disabled by changing this value to False
|
||||
|
||||
clean_dynamic_modules: True
|
||||
|
||||
.. conf_minion:: environment
|
||||
|
||||
``environment``
|
||||
---------------
|
||||
|
||||
Default: ``None``
|
||||
|
||||
Normally the minion is not isolated to any single environment on the master
|
||||
when running states, but the environment can be isolated on the minion side
|
||||
by statically setting it. Remember that the recommended way to manage
|
||||
environments is to isolate via the top file.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
environment: None
|
||||
|
||||
Security Settings
|
||||
------------------
|
||||
|
Loading…
Reference in New Issue
Block a user