From: Silvio Rhatto Date: Fri, 23 Jun 2017 13:06:32 +0000 (-0300) Subject: Fix dependency name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f175c03e7cfb543ebef93cb0ac4e3bfa881cff2e;p=puppet-apache.git Fix dependency name --- 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"], }