From b1963409bc0aff406437a83a378a4c9e83fe6220 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 14 Jan 2012 19:26:13 +0000 Subject: run configtest before restarting or reloading apache --- modules/phpbb/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/phpbb') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index a786dfec..90fb32be 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -65,7 +65,7 @@ class phpbb { $lang = $name file { "/etc/httpd/conf/vhosts.d/forums.d/redirect_$name.conf": content => template("phpbb/forums_redirect.conf"), - notify => Service['apache'], + notify => Exec['service httpd configtest'], } } -- cgit v1.2.1