ソースを参照

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 %}

読み込み中…
キャンセル
保存