aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/instance.pp1
1 files changed, 0 insertions, 1 deletions
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}"]) {