]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Formatting
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Apr 2018 15:46:50 +0000 (12:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Apr 2018 15:46:50 +0000 (12:46 -0300)
manifests/init.pp

index c0d42a1fe999e9e3e23ad04f46faa92e5704f549..7d07c877a56164938bf0e564bc2c3d5744d8f6b5 100644 (file)
@@ -21,7 +21,7 @@ class php(
   $hardened = true,
   $apc      = absent,
   $fpm      = absent,
-){
+) {
   class { "php::series${series}":
     hardened => $hardened,
   }