From 1365d8c6742e48fb774949a243b10e83b38baf85 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 27 Mar 2010 16:23:00 +0000 Subject: [PATCH] is this a quoting problem? Signed-off-by: Stephen Gran --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } } -- 2.39.2