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

Update file.sls

update replace
pull/206/head
preussal 5 лет назад
Родитель
Сommit
ca7255add7
Аккаунт пользователя с таким Email не найден
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 %}


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