From: Stephen Gran Date: Sat, 27 Mar 2010 16:23:00 +0000 (+0000) Subject: is this a quoting problem? X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1365d8c6742e48fb774949a243b10e83b38baf85;p=dsa-puppet.git is this a quoting problem? Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index a69f518d..04bf3ba7 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -49,7 +49,7 @@ node default { case $mta { "exim4": { case extractnodeinfo($nodeinfo, 'heavy_exim') { - true: { include exim::mx } + 'true': { include exim::mx } default: { include exim } } }