paulbsd-salt/states/logrotate/templates/config.j2

11 lines
253 B
Plaintext
Raw Normal View History

2024-07-06 08:59:01 +02:00
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "logrotate/map.jinja" import logrotate with context -%}
{%- for file in cfg.files %}
{{ file }}
{%- endfor %}
{
{%- for option in cfg.options %}
{{ option }}
{%- endfor %}
}