1
0
Fork 0
mirror of synced 2024-05-25 19:41:09 -04:00
formula-logrotate/logrotate/templates/job.tmpl
2017-11-23 21:01:23 +01:00

13 lines
199 B
Cheetah

# 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 %}
{{ item }}
{%- endfor %}
}