Просмотр исходного кода

Add file.managed replace Funktion. (#206)

* Update file.sls

add replace

* Update file.sls

update replace
pull/207/head
preussal 5 лет назад
Родитель
Сommit
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 %}

Загрузка…
Отмена
Сохранить