Browse Source

Revert "add logrotatecontents directive to osfamilymap"

This reverts commit bd9f38c352.
pull/375/head
l00d3r 3 years ago
parent
commit
c6895c531c
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      apache/osfamilymap.yaml

+ 0
- 10
apache/osfamilymap.yaml View File

use_require: false use_require: false
moddir: /etc/httpd/conf.modules.d moddir: /etc/httpd/conf.modules.d
sitesdir: /etc/httpd/conf.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: Suse:
pkg: pkg:

Loading…
Cancel
Save