本網站在啟用 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 %}
Write
Preview
Loading…
取消
儲存