Browse Source
Merge pull request #29 from dseira/master
Added salt message in the top of the job template
tags/v0.9.0
David Seira
7 years ago
No account linked to committer's email address
1 changed files with
4 additions and
1 deletions
-
logrotate/templates/job.tmpl
|
|
|
|
|
|
|
|
# vim: sw=2 sts=2 ts=2 sw et |
|
|
# vim: sw=2 sts=2 ts=2 sw et |
|
|
|
|
|
# |
|
|
|
|
|
# This file is managed by salt. Do not edit by hand. |
|
|
|
|
|
# |
|
|
{% for onepath in path %} |
|
|
{% for onepath in path %} |
|
|
{{ onepath }} |
|
|
{{ onepath }} |
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
{ |
|
|
{ |
|
|
{% for item in data %} |
|
|
|
|
|
|
|
|
{%- for item in data %} |
|
|
{{ item }} |
|
|
{{ item }} |
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
} |
|
|
} |