mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 02:57:50 +01:00
Change default value for pillar_opts
This commit is contained in:
parent
4e8d36f308
commit
8fd8c76d5f
@ -983,7 +983,7 @@ ext_pillar:
|
|||||||
# The pillar_opts option adds the master configuration file data to a dict in
|
# The pillar_opts option adds the master configuration file data to a dict in
|
||||||
# the pillar called "master". This is used to set simple configurations in the
|
# the pillar called "master". This is used to set simple configurations in the
|
||||||
# master config file that can then be used on minions.
|
# master config file that can then be used on minions.
|
||||||
{{ get_config('pillar_opts', 'True') }}
|
{{ get_config('pillar_opts', 'False') }}
|
||||||
|
|
||||||
# The pillar_safe_render_error option prevents the master from passing pillar
|
# The pillar_safe_render_error option prevents the master from passing pillar
|
||||||
# render errors to the minion. This is set on by default because the error could
|
# render errors to the minion. This is set on by default because the error could
|
||||||
|
Loading…
Reference in New Issue
Block a user