[fix] Correct indent in common init.sls

This commit is contained in:
William Wernert
2020-10-06 13:21:37 -04:00
parent 5dfd11a018
commit 94f15c63ce

View File

@@ -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