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

Update file.sls

add replace
pull/206/head
preussal 5 лет назад
Родитель
Сommit
a1a5abc884
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 4 добавлений и 1 удалений
  1. +4
    -1
      linux/system/file.sls

+ 4
- 1
linux/system/file.sls Просмотреть файл

@@ -50,7 +50,10 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}

{%- if file.replace is defined %}
- replace: {{ file.replace }}
{%- endif %}
{%- endfor %}

{%- endif %}

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