From 3c3d36d12967e5cf011e83d040bdd4694d7749c8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 5 Jul 2016 15:58:49 -0300 Subject: Dependency fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3