summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-03-08 16:49:47 +0000
committerandreas <andreas@immerda.ch>2008-03-08 16:49:47 +0000
commit80a544ed1c8dbe2de911219227d982364c51b8a2 (patch)
treea4ae8ae4118578ca172e51d2787cc708a32dfb2b
parent6e36b0b677552b38b87ac0a3c961aa11fb24cfa6 (diff)
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]
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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],
}
}