This website works better with JavaScript.
首頁
探索
說明
註冊
登入
salt
/
logrotate-formula
複製自
ExternalMirrors/logrotate-formula
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
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 %}
}
Write
Preview
Loading…
取消
儲存