ソースを参照

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

読み込み中…
キャンセル
保存