From 80a544ed1c8dbe2de911219227d982364c51b8a2 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 8 Mar 2008 16:49:47 +0000 Subject: err: Could not apply complete catalog: Found cycles in the following relationships: File[apache_default_vhost.include] => File[apache_default_vhost.include] Service[apache] => File[apache_default_vhost.include] --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 6dd36e1..0941894 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -179,7 +179,7 @@ define apache::config::file( owner => root, group => 0, mode => 0644, - require => Class[apache], + require => Package[apache], notify => Service[apache], } } -- cgit v1.2.3