Преглед изворни кода

add module_config for minions

tags/v0.57.0
Manoj Sonawane пре 8 година
родитељ
комит
98d591eab2
1 измењених фајлова са 8 додато и 0 уклоњено
  1. +8
    -0
      salt/files/minion.d/f_defaults.conf

+ 8
- 0
salt/files/minion.d/f_defaults.conf Прегледај датотеку

@@ -927,6 +927,14 @@ ext_pillar:
# A dict for the test module:
#test.baz: {spam: sausage, cheese: bread}
#


{%- if 'module_config' in cfg_minion %}
{%- for modkey, modval in cfg_minion.module_config.items() %}
{{ modkey }}: {{ modval }}
{%- endfor %}
{%- endif %}

#
###### Update settings ######
###########################################

Loading…
Откажи
Сачувај