This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ExternalMirrors
/
linux-formula
镜像来自
https://github.com/salt-formulas/salt-formula-linux
關註
1
收藏
0
複製
1
程式碼
問題管理
0
版本發佈
8
Wiki
Activity
瀏覽代碼
Update file.sls
add replace
pull/206/head
preussal
5 年之前
父節點
55f8281d8b
當前提交
a1a5abc884
No account linked to committer's email address
共有
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 %}
Write
Preview
Loading…
取消
儲存