Merge "Restart apache2 on logrotate on ask.o.o"

This commit is contained in:
Zuul 2019-11-15 15:47:40 +00:00 committed by Gerrit Code Review
commit 7fd294bb89

View File

@ -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; \\",
],
}
}