mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Fix spaceing in RHEL logrotate.sls
This commit is contained in:
parent
de73752208
commit
22c05d46c3
1 changed files with 7 additions and 7 deletions
|
@ -11,13 +11,13 @@ apache-config-logrotate-file-managed:
|
|||
{%- if grains.os_family == "RedHat" %}
|
||||
- contents: |
|
||||
{{ apache.logdir }}/*log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true
|
||||
endscript
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true
|
||||
endscript
|
||||
}
|
||||
{% else %}
|
||||
- contents: |
|
||||
|
|
Loading…
Add table
Reference in a new issue