aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/phpbb/manifests/init.pp')
-rw-r--r--modules/phpbb/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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'],
}
}