|
|
|
|
|
|
|
|
{%- if grains.os_family == "RedHat" %} |
|
|
{%- if grains.os_family == "RedHat" %} |
|
|
- contents: | |
|
|
- contents: | |
|
|
{{ apache.logdir }}/*log { |
|
|
{{ 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 %} |
|
|
{% else %} |
|
|
- contents: | |
|
|
- contents: | |