summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-11-05 16:24:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-11-05 16:24:33 -0200
commite55c18fd5b2090ca1d684bfc67a45d9db138a4bb (patch)
tree0404d435daf0934771c08e2316e803a167858e78 /manifests
parent6f720b97aa1ada7011a6883686d495c229c5cb08 (diff)
downloadpuppet-apache-e55c18fd5b2090ca1d684bfc67a45d9db138a4bb.tar.gz
puppet-apache-e55c18fd5b2090ca1d684bfc67a45d9db138a4bb.tar.bz2
Trying to break dependency cycle
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 37cd242..227af4d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -45,7 +45,6 @@ class apache {
owner => root,
group => root,
mode => 0644,
- require => Service["apache"],
notify => Service["apache"],
}
@@ -67,7 +66,6 @@ class apache {
owner => root,
group => root,
mode => 0644,
- require => Service["apache"],
notify => Service["apache"],
}