瀏覽代碼

Add file.managed replace Funktion. (#206)

* Update file.sls

add replace

* Update file.sls

update replace
pull/207/head
preussal 5 年之前
父節點
當前提交
f3a3a6bf39
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      linux/system/file.sls

+ 2
- 1
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,7 +51,7 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}
{%- endfor %}

{%- endif %}

Loading…
取消
儲存