diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-05 15:58:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-05 15:58:49 -0300 |
commit | 3c3d36d12967e5cf011e83d040bdd4694d7749c8 (patch) | |
tree | e67a003cb634034a8d7a2ca0612869739955f6e5 | |
parent | 1f392e5dcf2432d26b329d487dbcbfef31a5868f (diff) | |
download | puppet-php-3c3d36d12967e5cf011e83d040bdd4694d7749c8.tar.gz puppet-php-3c3d36d12967e5cf011e83d040bdd4694d7749c8.tar.bz2 |
Dependency fix
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |