Environment to saltenv and documenting color

This commit is contained in:
ScriptAutomate 2020-11-05 20:35:10 -06:00 committed by Daniel Wozniak
parent 1bdcbfea0a
commit 4f096201ea
2 changed files with 15 additions and 2 deletions

View file

@ -530,11 +530,14 @@
# enabled and can be disabled by changing this value to False.
#clean_dynamic_modules: True
#
# Normally, the minion is not isolated to any single environment on the master
# Renamed from ``environment`` to ``saltenv``. If ``environment`` is used,
# ``saltenv`` will take its value. If both are used, ``environment`` will be
# ignored and ``saltenv`` will be used.
# 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.
#environment: None
#saltenv: None
#
# Isolates the pillar environment on the minion side. This functions the same
# as the environment setting, but for pillar instead of states.

View file

@ -103,6 +103,16 @@ The option can also be set to a list of masters, enabling
- address2
master_type: failover
.. conf_minion:: color
``color``
---------
Default: ``True``
By default output is colored. To disable colored output, set the color value to
``False``.
.. conf_minion:: ipv6
``ipv6``