From: Stephen Gran Date: Mon, 9 Mar 2009 19:40:21 +0000 (+0000) Subject: and fix the syntax error X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=718b253ce12b798796802cf231136d47fd239a3d;p=dsa-puppet.git and fix the syntax error Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 5e9f8612..254cddfe 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -10,6 +10,7 @@ node default { case $smartarraycontroller { "true": { include debian-proliant } default: {} + } case $mta { "exim4": { include exim }