diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-23 10:06:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-23 10:06:32 -0300 |
commit | f175c03e7cfb543ebef93cb0ac4e3bfa881cff2e (patch) | |
tree | da3c36f5039cc07d3a526b8667077c2716667b29 | |
parent | 9007087fc0cebdda9d52c10df889438220f7c74d (diff) | |
download | puppet-apache-f175c03e7cfb543ebef93cb0ac4e3bfa881cff2e.tar.gz puppet-apache-f175c03e7cfb543ebef93cb0ac4e3bfa881cff2e.tar.bz2 |
Fix dependency name
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index bd1c639..2f28e96 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -136,7 +136,7 @@ class apache( owner => root, group => root, mode => '0644', - require => Module["macro"], + require => Apache::Module["macro"], notify => Service["apache"], } |