ソースを参照

Add support for template defaults/context args

pull/197/head
Bruno Binet 5年前
コミット
48cce0e3e3
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      linux/system/file.sls

+ 6
- 0
linux/system/file.sls ファイルの表示

{%- endif %} {%- endif %}
{%- if file.template is defined %} {%- if file.template is defined %}
- template: {{ file.template }} - template: {{ file.template }}
{%- if file.defaults is defined %}
- defaults: {{ file.defaults|json }}
{%- endif %}
{%- if file.context is defined %}
- context: {{ file.context|json }}
{%- endif %}
{%- endif %} {%- endif %}
{%- elif file.contents is defined %} {%- elif file.contents is defined %}
- contents: {{ file.contents|json }} - contents: {{ file.contents|json }}

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