From: Stephen Gran Date: Mon, 9 Mar 2009 19:39:22 +0000 (+0000) Subject: revert the manifest X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d2f98144fc22ea7db840ae75012818bcebff4bbb;p=dsa-puppet.git revert the manifest Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 6b5f001e..5e9f8612 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -7,9 +7,10 @@ node default { include samhain include debian-org - if $smartarraycontroller { - include debian-proliant - } + case $smartarraycontroller { + "true": { include debian-proliant } + default: {} + case $mta { "exim4": { include exim } default: {}