Преглед изворни кода

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 Прегледај датотеку

@@ -23,6 +23,12 @@ linux_file_{{ file_name }}:
{%- endif %}
{%- if file.template is defined %}
- template: {{ file.template }}
{%- if file.defaults is defined %}
- defaults: {{ file.defaults|json }}
{%- endif %}
{%- if file.context is defined %}
- context: {{ file.context|json }}
{%- endif %}
{%- endif %}
{%- elif file.contents is defined %}
- contents: {{ file.contents|json }}

Loading…
Откажи
Сачувај