diff options
-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"], } |