Bläddra i källkod

Update file.sls

add replace
pull/206/head
preussal 5 år sedan
förälder
incheckning
a1a5abc884
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. +4
    -1
      linux/system/file.sls

+ 4
- 1
linux/system/file.sls Visa fil

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

Laddar…
Avbryt
Spara