Browse Source

Update file.sls

add replace
pull/206/head
preussal 5 years ago
parent
commit
a1a5abc884
No account linked to committer's email address
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      linux/system/file.sls

+ 4
- 1
linux/system/file.sls View File

@@ -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…
Cancel
Save