From: Silvio Rhatto Date: Thu, 7 Jan 2010 02:09:40 +0000 (-0200) Subject: Removing unneeded notify X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5c8006d043737f482a45d3655dda283d324111a3;p=puppet-ikiwiki.git Removing unneeded notify --- diff --git a/manifests/init.pp b/manifests/init.pp index 0e0b67c..20561d8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -53,7 +53,6 @@ class ikiwiki { owner => gitosis, group => gitosis, recurse => true, - notify => Exec["ikiwiki --setup /etc/ikiwiki/$name.setup"], require => File["${apache_sites_folder}/${name}"], } }