Преглед на файлове

Add file.managed replace Funktion. (#206)

* Update file.sls

add replace

* Update file.sls

update replace
pull/207/head
preussal преди 5 години
родител
ревизия
f3a3a6bf39
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      linux/system/file.sls

+ 2
- 1
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,7 +51,7 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}
{%- endfor %}

{%- endif %}

Loading…
Отказ
Запис