Selaa lähdekoodia

Update file.sls

add replace
pull/206/head
preussal 5 vuotta sitten
vanhempi
commit
a1a5abc884
No account linked to committer's email address
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      linux/system/file.sls

+ 4
- 1
linux/system/file.sls Näytä tiedosto

@@ -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 %}

Loading…
Peruuta
Tallenna