From a34cbcf6ea1c3a2b8a8b802655a3452824d457c6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 17 May 2012 10:19:26 +0200 Subject: [PATCH] Maybe this will put the exim config, including firewall config, back onto hosts. --- manifests/site.pp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2