このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ExternalMirrors
/
logrotate-formula
ミラー元
https://github.com/saltstack-formulas/logrotate-formula
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
リリース
15
Wiki
アクティビティ
ソースを参照
Added salt tag in job template
tags/v0.9.0
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 %}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存