add module_config for minions
This commit is contained in:
parent
4388d06963
commit
98d591eab2
|
@ -927,6 +927,14 @@ ext_pillar:
|
||||||
# A dict for the test module:
|
# A dict for the test module:
|
||||||
#test.baz: {spam: sausage, cheese: bread}
|
#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 ######
|
###### Update settings ######
|
||||||
###########################################
|
###########################################
|
||||||
|
|
Loading…
Reference in New Issue