Explorar el Código

Merge pull request #237 from msonawane/master

add module_config for minions
tags/v0.57.0
Forrest hace 8 años
padre
commit
137868bcc1
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      salt/files/minion.d/f_defaults.conf

+ 8
- 0
salt/files/minion.d/f_defaults.conf Ver fichero

# 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 ######
########################################### ###########################################

Cargando…
Cancelar
Guardar