From 2f30916195e2a0532e55e55daf809f5f03786466 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 19 Apr 2011 10:16:25 +0000 Subject: reload apache when a new forum is declared --- modules/phpbb/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/phpbb/manifests/init.pp') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index fdc49d64..da4f4c51 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -77,6 +77,7 @@ class phpbb { group => root, mode => 644, content => template("phpbb/forums_redirect.conf"), + notify => Service['apache'], } } -- cgit v1.2.1