Merge "Restart apache2 on logrotate on ask.o.o"
This commit is contained in:
commit
7fd294bb89
@ -187,5 +187,9 @@ class openstack_project::ask (
|
||||
'notifempty',
|
||||
'create 640 root adm',
|
||||
],
|
||||
postrotate => [
|
||||
"if service ${::httpd::params::apache_name} status > /dev/null; then \\",
|
||||
" service ${::httpd::params::apache_name} restart > /dev/null; fi; \\",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user