summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-29 12:57:24 +0000
committerandreas <andreas@immerda.ch>2008-02-29 12:57:24 +0000
commitcfe16058555810a7b3e0e4477c0dfd46f441add2 (patch)
tree0691fbe01584411efdfc9898c27a826e80eb6707 /manifests/init.pp
parentcf2541b57db6ef408640b61a40eb9cd1e5ed0d02 (diff)
warning: Configuration could not be instantiated: Could not find dependency Class[apache]
Diffstat (limited to 'manifests/init.pp')
-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 ? {