瀏覽代碼

Update file.sls

add replace
pull/206/head
preussal 5 年之前
父節點
當前提交
a1a5abc884
No account linked to committer's email address
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      linux/system/file.sls

+ 4
- 1
linux/system/file.sls 查看文件

@@ -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…
取消
儲存