瀏覽代碼

Merge pull request #29 from dseira/master

Added salt message in the top of the job template
tags/v0.9.0
David Seira 7 年之前
父節點
當前提交
08c09bd1df
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增1 行删除
  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 %}
}

Loading…
取消
儲存