]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Dependency fix
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Jul 2016 18:58:49 +0000 (15:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Jul 2016 18:58:49 +0000 (15:58 -0300)
manifests/init.pp

index 035b603b44acf971e5fdf7370dbd465adadfb278..55997ea535f8831f586f1a63ea1be48188826b15 100644 (file)
@@ -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