diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
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}"], } } |