From: Silvio Rhatto Date: Sat, 9 Oct 2010 15:28:24 +0000 (-0300) Subject: Expression fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7709344579f694e4faa54abc4903b35482c8db47;p=puppet-apache.git Expression fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 3eb5ee2..a1391e3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -126,7 +126,7 @@ class apache { default => $group, } - if $mpm == true && $user != 'root' { + if $mpm == true and $user != 'root' { if !defined(User["$user"]) { user::manage { "$user": tag => "virtual",