浏览代码

Update file.sls

add replace
pull/206/head
preussal 5 年前
父节点
当前提交
a1a5abc884
没有帐户链接到提交者的电子邮件
共有 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 %}

正在加载...
取消
保存