diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-11-05 16:24:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-11-05 16:24:33 -0200 |
commit | e55c18fd5b2090ca1d684bfc67a45d9db138a4bb (patch) | |
tree | 0404d435daf0934771c08e2316e803a167858e78 /manifests | |
parent | 6f720b97aa1ada7011a6883686d495c229c5cb08 (diff) | |
download | puppet-apache-e55c18fd5b2090ca1d684bfc67a45d9db138a4bb.tar.gz puppet-apache-e55c18fd5b2090ca1d684bfc67a45d9db138a4bb.tar.bz2 |
Trying to break dependency cycle
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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"], } |