From 55a8c0cbe013d4999fcd01cef46d67c615b8225e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Feb 2011 01:20:43 +0000 Subject: - fix call to notify --- modules/phpbb/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/phpbb/manifests') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 6cada828..67251763 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -76,7 +76,7 @@ class phpbb { cwd => $forums_dir, creates => "$forums_dir/$lang", require => File["$forums_dir"], - notify => "rm_install $lang", + notify => Exec["rm_install $lang"], } # remove this or the forum will not work ( 'board disabled' ) -- cgit v1.2.1