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