浏览代码

Update file.sls

update replace
pull/206/head
preussal 5 年前
父节点
当前提交
ca7255add7
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      linux/system/file.sls

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

@@ -39,6 +39,7 @@ linux_file_{{ file_name }}:
- name: {{ file_name }}
{%- endif %}
- makedirs: {{ file.get('makedirs', 'True') }}
- replace: {{ file.get('replace', 'True') }}
- user: {{ file.get('user', 'root') }}
- group: {{ file.get('group', 'root') }}
{%- if file.mode is defined %}
@@ -50,9 +51,6 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}
{%- if file.replace is defined %}
- replace: {{ file.replace }}
{%- endif %}
{%- endfor %}


正在加载...
取消
保存