summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-23 10:06:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-23 10:06:32 -0300
commitf175c03e7cfb543ebef93cb0ac4e3bfa881cff2e (patch)
treeda3c36f5039cc07d3a526b8667077c2716667b29
parent9007087fc0cebdda9d52c10df889438220f7c74d (diff)
downloadpuppet-apache-f175c03e7cfb543ebef93cb0ac4e3bfa881cff2e.tar.gz
puppet-apache-f175c03e7cfb543ebef93cb0ac4e3bfa881cff2e.tar.bz2
Fix dependency name
-rw-r--r--manifests/init.pp2
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"],
}