From: Silvio Rhatto Date: Mon, 16 Apr 2018 15:46:50 +0000 (-0300) Subject: Formatting X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=34d5863fcd75d433b328ce4d43ecec4e76ab4439;p=puppet-php.git Formatting --- diff --git a/manifests/init.pp b/manifests/init.pp index c0d42a1..7d07c87 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,7 +21,7 @@ class php( $hardened = true, $apc = absent, $fpm = absent, -){ +) { class { "php::series${series}": hardened => $hardened, }