Procházet zdrojové kódy

Merge pull request #265 from genuss/pillar_opts

Change default value for pillar_opts
tags/v0.57.0
Forrest před 8 roky
rodič
revize
f6551c5fc8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      salt/files/master.d/f_defaults.conf

+ 1
- 1
salt/files/master.d/f_defaults.conf Zobrazit soubor

@@ -989,7 +989,7 @@ ext_pillar:
# 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
# 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
# render errors to the minion. This is set on by default because the error could

Načítá se…
Zrušit
Uložit