mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
[fix] Correct indent in common init.sls
This commit is contained in:
@@ -205,13 +205,13 @@ commonlogrotateconf:
|
|||||||
- mode: 644
|
- mode: 644
|
||||||
|
|
||||||
/usr/local/bin/common-rotate:
|
/usr/local/bin/common-rotate:
|
||||||
cron.present:
|
cron.present:
|
||||||
- user: root
|
- user: root
|
||||||
- minute: '1'
|
- minute: '1'
|
||||||
- hour: '0'
|
- hour: '0'
|
||||||
- daymonth: '*'
|
- daymonth: '*'
|
||||||
- month: '*'
|
- month: '*'
|
||||||
- dayweek: '*'
|
- dayweek: '*'
|
||||||
|
|
||||||
{% if role in ['eval', 'manager', 'managersearch', 'standalone'] %}
|
{% if role in ['eval', 'manager', 'managersearch', 'standalone'] %}
|
||||||
# Add config backup
|
# Add config backup
|
||||||
|
|||||||
Reference in New Issue
Block a user