]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Trying to break dependency cycle
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Nov 2009 18:24:33 +0000 (16:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 Nov 2009 18:24:33 +0000 (16:24 -0200)
manifests/init.pp

index 37cd2421d6b768f6074b0e302fd06dcbfb1d8522..227af4dba801831617715b60502760f9bec1c8e0 100644 (file)
@@ -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"],
     }