From 449ab4362b56ca4d00502daa519ec555077e1a69 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 29 Feb 2008 13:00:20 +0000 Subject: warning: Configuration could not be instantiated: Could not find dependency File[/etc/apache2//vhosts.d/] --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? { -- cgit v1.2.3