Update osfamilymap variable names

This commit is contained in:
l00d3r 2021-10-21 15:30:20 +03:00 committed by GitHub
parent b1029db0db
commit 6c2ed4d6e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,13 +88,13 @@ RedHat:
moddir: /etc/httpd/conf.modules.d
sitesdir: /etc/httpd/conf.d
logrotatecontents: |
{{ apache.logdir }}/*log {
{{ logdir }}/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true
/bin/systemctl reload {{ service.name }} > /dev/null 2>/dev/null || true
endscript
}