使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
linux-formula
镜像自地址
https://github.com/salt-formulas/salt-formula-linux
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
8
百科
动态
浏览代码
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 %}
撰写
预览
正在加载...
取消
保存