mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Update osfamilymap variable names
This commit is contained in:
parent
b1029db0db
commit
6c2ed4d6e2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue