From 09a64049c98008cf6663d567ea8a16015bf6154b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 Apr 2018 12:30:50 -0300 Subject: Oops --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- cgit v1.2.3