diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-19 10:16:25 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-19 10:16:25 +0000 |
commit | 2f30916195e2a0532e55e55daf809f5f03786466 (patch) | |
tree | 9568a5df880d43d62c8a0ddabe6b06276e589aa5 | |
parent | 701a193cfecbe96b10e075ba172f68193917b799 (diff) | |
download | puppet-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
-rw-r--r-- | modules/phpbb/manifests/init.pp | 1 |
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'], } } |