Ver código fonte

Support defaults in linux.system.config

tags/2016.12
Filip Pytloun 8 anos atrás
pai
commit
6c6944604d
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      linux/system/config.sls

+ 3
- 0
linux/system/config.sls Ver arquivo

@@ -21,6 +21,9 @@
- defaults:
pillar: {{ config.pillar|yaml }}
grains: {{ config.get('grains', {}) }}
{%- for key, value in service_config.get('defaults', {}) %}
{{ key }}: {{ value }}
{%- endfor %}

{%- endfor %}
{%- endif %}

Carregando…
Cancelar
Salvar