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

index 4714e44a8aed0588871619956ae82067b480a771..39d07e8ce02506032a24388396eaf55b0577fded 100644 (file)
@@ -30,7 +30,7 @@ class php(
     ensure => $apc,
   }
 
-  class php::fpm {
+  class { 'php::fpm':
     ensure => $fpm,
   }
 }