このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ExternalMirrors
/
linux-formula
ミラー元
https://github.com/salt-formulas/salt-formula-linux
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
リリース
8
Wiki
アクティビティ
ソースを参照
Update file.sls
add replace
pull/206/head
preussal
5年前
親
55f8281d8b
コミット
a1a5abc884
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
4行の追加
、
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 %}
書き込み
プレビュー
読み込み中…
キャンセル
保存