aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-19 10:16:25 +0000
committerMichael Scherer <misc@mageia.org>2011-04-19 10:16:25 +0000
commit2f30916195e2a0532e55e55daf809f5f03786466 (patch)
tree9568a5df880d43d62c8a0ddabe6b06276e589aa5 /modules/phpbb
parent701a193cfecbe96b10e075ba172f68193917b799 (diff)
downloadpuppet-2f30916195e2a0532e55e55daf809f5f03786466.tar
puppet-2f30916195e2a0532e55e55daf809f5f03786466.tar.gz
puppet-2f30916195e2a0532e55e55daf809f5f03786466.tar.bz2
puppet-2f30916195e2a0532e55e55daf809f5f03786466.tar.xz
puppet-2f30916195e2a0532e55e55daf809f5f03786466.zip
reload apache when a new forum is declared
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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'],
}
}