From: Silvio Rhatto Date: Thu, 11 Apr 2013 21:57:24 +0000 (-0300) Subject: Minor cleanup (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c012df370324fc8aea01972fb4b3e723622aa9b;p=puppet-ikiwiki.git Minor cleanup (2) --- diff --git a/manifests/instance.pp b/manifests/instance.pp index 7b72cd4..118aab8 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -53,7 +53,6 @@ define ikiwiki::instance( group => $group, recurse => true, notify => Exec["ikiwiki_refresh_${name}"], - require => File["${ikiwiki::sites_folder}/${name}"], } if !defined(File["${ikiwiki::sites_folder}/${name}/${instance}"]) {