瀏覽代碼

Support defaults in linux.system.config

tags/2016.12
Filip Pytloun 8 年之前
父節點
當前提交
6c6944604d
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      linux/system/config.sls

+ 3
- 0
linux/system/config.sls 查看文件

@@ -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 %}

Loading…
取消
儲存