mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Add pillarenv_from_saltenv to example minion config file
This commit is contained in:
parent
4cbfa9d947
commit
591b9ed9c4
@ -484,6 +484,11 @@
|
||||
# as the environment setting, but for pillar instead of states.
|
||||
#pillarenv: None
|
||||
#
|
||||
# Set this option to True to force the pillarenv to be the same as the
|
||||
# effective saltenv when running states. Note that if pillarenv is specified,
|
||||
# this option will be ignored.
|
||||
#pillarenv_from_saltenv: False
|
||||
#
|
||||
# Set this option to 'True' to force a 'KeyError' to be raised whenever an
|
||||
# attempt to retrieve a named value from pillar fails. When this option is set
|
||||
# to 'False', the failed attempt returns an empty string. Default is 'False'.
|
||||
|
Loading…
Reference in New Issue
Block a user