]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 8 Feb 2012 18:14:00 +0000 (16:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 8 Feb 2012 18:14:00 +0000 (16:14 -0200)
manifests/init.pp

index 998616c07d6cbc7a3c43f5d781e995b4691380d3..8d35c00ac01d3b0e85a3c1ecd108c0e6e75fb6d3 100644 (file)
@@ -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'],
   }