summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f7d7d3f..a798d0d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -98,7 +98,7 @@ define apache::vhost::file(
owner => root,
group => 0,
mode => 0755,
- require => Class[apache],
+ #require => Class[apache],
}
$real_destination = $destination ? {