From 7709344579f694e4faa54abc4903b35482c8db47 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Oct 2010 12:28:24 -0300 Subject: Expression fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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", -- cgit v1.2.3