Browse Source

Merge pull request #237 from msonawane/master

add module_config for minions
master
Forrest 8 years ago
parent
commit
137868bcc1
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      salt/files/minion.d/f_defaults.conf

+ 8
- 0
salt/files/minion.d/f_defaults.conf View File

# 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…
Cancel
Save