From: Peter Palfrader Date: Thu, 17 May 2012 08:19:26 +0000 (+0200) Subject: Maybe this will put the exim config, including firewall config, back onto hosts. X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=a34cbcf6ea1c3a2b8a8b802655a3452824d457c6 Maybe this will put the exim config, including firewall config, back onto hosts. --- diff --git a/manifests/site.pp b/manifests/site.pp index be13ab72..c3a3657c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -52,6 +52,8 @@ node default { if $::mta == 'exim4' { if getfromhash($site::nodeinfo, 'heavy_exim') { include exim::mx + } else { + include exim } } elsif $::mta == 'postfix' { include postfix