Procházet zdrojové kódy

Update file.sls

add replace
pull/206/head
preussal před 5 roky
rodič
revize
a1a5abc884
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      linux/system/file.sls

+ 4
- 1
linux/system/file.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit