mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Revert "add logrotatecontents directive to osfamilymap"
This reverts commit bd9f38c352
.
This commit is contained in:
parent
b5adbc38dc
commit
c6895c531c
1 changed files with 0 additions and 10 deletions
|
@ -87,16 +87,6 @@ RedHat:
|
|||
use_require: false
|
||||
moddir: /etc/httpd/conf.modules.d
|
||||
sitesdir: /etc/httpd/conf.d
|
||||
logrotatecontents: |
|
||||
{{ apache.logdir }}/*log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true
|
||||
endscript
|
||||
}
|
||||
|
||||
Suse:
|
||||
pkg:
|
||||
|
|
Loading…
Add table
Reference in a new issue