Переглянути джерело

Update file.sls

add replace
pull/206/head
preussal 5 роки тому
джерело
коміт
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 %}

Завантаження…
Відмінити
Зберегти