There was an error while loading. Please reload this page.
1 parent 127680a commit f3a3a6bCopy full SHA for f3a3a6b
1 file changed
linux/system/file.sls
@@ -39,6 +39,7 @@ linux_file_{{ file_name }}:
39
- name: {{ file_name }}
40
{%- endif %}
41
- makedirs: {{ file.get('makedirs', 'True') }}
42
+ - replace: {{ file.get('replace', 'True') }}
43
- user: {{ file.get('user', 'root') }}
44
- group: {{ file.get('group', 'root') }}
45
{%- if file.mode is defined %}
@@ -50,7 +51,7 @@ linux_file_{{ file_name }}:
50
51
{%- if file.encoding is defined %}
52
- encoding: {{ file.encoding }}
53
-
54
+
55
{%- endfor %}
56
57
0 commit comments