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

index 53e621f0acd4855af877856631a3830421b1f805..035b603b44acf971e5fdf7370dbd465adadfb278 100644 (file)
@@ -29,7 +29,7 @@ class php {
   $folder = $::lsbdistcodename ? {
     'xenial' => '/etc/php',
     default  => '/etc/php5',
-  },
+  }
 
   file { [ "${folder}", "${folder}/cli", "${folder}/apache2" ]:
     ensure => directory,