mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +01:00
[fix] Correct jinja syntax + indent all lines
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{%- set logrotate_conf = salt['pillar.get']['logrotate:conf'] %}
|
{%- set logrotate_conf = salt['pillar.get']('logrotate:conf') %}
|
||||||
|
|
||||||
/opt/so/log/aptcacher-ng/*.log
|
/opt/so/log/aptcacher-ng/*.log
|
||||||
/opt/so/log/idstools/*.log
|
/opt/so/log/idstools/*.log
|
||||||
@@ -15,5 +15,5 @@
|
|||||||
/opt/so/log/telegraf/*.log
|
/opt/so/log/telegraf/*.log
|
||||||
/opt/so/log/redis/*.log
|
/opt/so/log/redis/*.log
|
||||||
{
|
{
|
||||||
{{ logrotate_conf }}
|
{{ logrotate_conf | indent(width=4) }}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user