使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
salt
/
logrotate-formula
派生自
ExternalMirrors/logrotate-formula
关注
1
点赞
0
派生
0
代码
版本发布
0
动态
浏览代码
Added salt tag in job template
master
David Seira
7 年前
父节点
27001cf583
当前提交
c21746bb64
共有
1 个文件被更改
,包括
4 次插入
和
1 次删除
分列视图
显示文件统计
+4
-1
logrotate/templates/job.tmpl
+ 4
- 1
logrotate/templates/job.tmpl
查看文件
@@ -1,9 +1,12 @@
# vim: sw=2 sts=2 ts=2 sw et
#
# This file is managed by salt. Do not edit by hand.
#
{% for onepath in path %}
{{ onepath }}
{%- endfor %}
{
{% for item in data %}
{%
-
for item in data %}
{{ item }}
{%- endfor %}
}
撰写
预览
正在加载...
取消
保存