]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Expression fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 15:28:24 +0000 (12:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 15:28:24 +0000 (12:28 -0300)
manifests/init.pp

index 3eb5ee2aab19d20c4a0befcfa4ab77ff7d238f66..a1391e38607335f1b2f71383fe02205e06993848 100644 (file)
@@ -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",