From: Stephen Gran Date: Wed, 16 May 2012 16:48:10 +0000 (+0100) Subject: default to exim X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=14060b9077bf8934a0670e00bec6068f714e28e2 default to exim Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index acde9e39..be13ab72 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -52,11 +52,11 @@ node default { if $::mta == 'exim4' { if getfromhash($site::nodeinfo, 'heavy_exim') { include exim::mx - } else { - include exim } - } else { + } elsif $::mta == 'postfix' { include postfix + } else { + include exim } if $::apache2 {