From: Stephen Gran Date: Sat, 23 May 2009 00:13:41 +0000 (+0100) Subject: This works better, even though it's a little more tedious X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00284858e6fcbb461e1561d8212a45e73399be60;p=dsa-puppet.git This works better, even though it's a little more tedious Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index fcf97e88..f834f809 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -32,8 +32,8 @@ node default { case $mta { "exim4": { - case $nodeinfo['heavy_exim'] { - "true": { include eximmx } + case $hostname { + powell: { include exim::mx } default: { include exim } } }