We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a3a6b commit 48cce0eCopy full SHA for 48cce0e
linux/system/file.sls
@@ -23,6 +23,12 @@ linux_file_{{ file_name }}:
23
{%- endif %}
24
{%- if file.template is defined %}
25
- template: {{ file.template }}
26
+ {%- if file.defaults is defined %}
27
+ - defaults: {{ file.defaults|json }}
28
+ {%- endif %}
29
+ {%- if file.context is defined %}
30
+ - context: {{ file.context|json }}
31
32
33
{%- elif file.contents is defined %}
34
- contents: {{ file.contents|json }}
0 commit comments