Files
securityonion/salt/logrotate/etc/rotate.conf.jinja
2023-06-30 14:18:20 -04:00

9 lines
143 B
Django/Jinja

{%- for file, opts in CONFIG.items() %}
{{ file | replace("_x_", ".")}}
{
{%- for opt in opts %}
{{ opt }}
{%- endfor %}
}
{%- endfor %}