Add pillarenv_from_saltenv to example minion config file

This commit is contained in:
Erik Johnson 2016-12-25 11:36:40 -06:00
parent 4cbfa9d947
commit 591b9ed9c4

View File

@ -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'.