Maybe this will put the exim config, including firewall config, back onto hosts.
[mirror/dsa-puppet.git] / manifests / site.pp
index be13ab7..c3a3657 100644 (file)
@@ -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