summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-29 13:00:20 +0000
committerandreas <andreas@immerda.ch>2008-02-29 13:00:20 +0000
commit449ab4362b56ca4d00502daa519ec555077e1a69 (patch)
tree0c9cacd8e969c983ad0601407e9b691d49aaae1a
parentcfe16058555810a7b3e0e4477c0dfd46f441add2 (diff)
warning: Configuration could not be instantiated: Could not find dependency File[/etc/apache2//vhosts.d/]
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a798d0d..1478013 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 => Package[apache],
}
$real_destination = $destination ? {