From: Silvio Rhatto Date: Thu, 12 Apr 2018 15:30:50 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=09a64049c98008cf6663d567ea8a16015bf6154b;p=puppet-php.git Oops --- diff --git a/manifests/init.pp b/manifests/init.pp index 4714e44..39d07e8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -30,7 +30,7 @@ class php( ensure => $apc, } - class php::fpm { + class { 'php::fpm': ensure => $fpm, } }