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

Update file.sls

update replace
pull/206/head
preussal пре 5 година
родитељ
комит
ca7255add7
No account linked to committer's email address
1 измењених фајлова са 1 додато и 3 уклоњено
  1. +1
    -3
      linux/system/file.sls

+ 1
- 3
linux/system/file.sls Прегледај датотеку

@@ -39,6 +39,7 @@ linux_file_{{ file_name }}:
- name: {{ file_name }}
{%- endif %}
- makedirs: {{ file.get('makedirs', 'True') }}
- replace: {{ file.get('replace', 'True') }}
- user: {{ file.get('user', 'root') }}
- group: {{ file.get('group', 'root') }}
{%- if file.mode is defined %}
@@ -50,9 +51,6 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}
{%- if file.replace is defined %}
- replace: {{ file.replace }}
{%- endif %}
{%- endfor %}


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