From: Silvio Rhatto Date: Tue, 5 Jul 2016 18:58:49 +0000 (-0300) Subject: Dependency fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c3d36d12967e5cf011e83d040bdd4694d7749c8;p=puppet-php.git Dependency fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 035b603..55997ea 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -62,7 +62,7 @@ class php { "puppet:///modules/php/apache2/php.${::operatingsystem}.ini", "puppet:///modules/php/apache2/php.ini" ], notify => Service['apache2'], - require => [ Package['php5'], File["${folder}/etc/php5/apache2"] ], + require => [ Package['php5'], File["${folder}/apache2"] ], } include php::resources