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

{%- if file.encoding is defined %} {%- if file.encoding is defined %}
- encoding: {{ file.encoding }} - encoding: {{ file.encoding }}
{%- endif %} {%- endif %}

{%- if file.replace is defined %}
- replace: {{ file.replace }}
{%- endif %}
{%- endfor %} {%- endfor %}


{%- endif %} {%- endif %}

Loading…
Cancel
Save