From: Silvio Rhatto Date: Wed, 8 Feb 2012 18:14:00 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e623638680c24010a063636c006e1976e723e8ae;p=puppet-php.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 998616c..8d35c00 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,7 +36,7 @@ class php { mode => 0644, source => [ "puppet://$server/modules/site-php/cli/$fqdn/php.ini", "puppet://$server/modules/site-php/cli/$domain/php.ini", - "puppet://$server/modules/php/cli/php.ini" ] + "puppet://$server/modules/php/cli/php.ini" ], require => Package['php5-cli'], } @@ -47,7 +47,7 @@ class php { mode => 0644, source => [ "puppet://$server/modules/site-php/apache2/$fqdn/php.ini", "puppet://$server/modules/site-php/apache2/$domain/php.ini", - "puppet://$server/modules/php/apache2/php.ini" ] + "puppet://$server/modules/php/apache2/php.ini" ], notify => Service['apache2'], require => Package['php5'], }