move exim vs. postfix, heavy vs. not, into hiera
[mirror/dsa-puppet.git] / manifests / site.pp
index 6ff112d..29ac94f 100644 (file)
@@ -41,18 +41,6 @@ node default {
                include acpi
        }
 
-       if $::mta == 'exim4' {
-               if getfromhash($deprecated::nodeinfo, 'heavy_exim') {
-                       include exim::mx
-               } else {
-                       include exim
-               }
-       } elsif $::mta == 'postfix' {
-               include postfix
-       } else {
-               include exim
-       }
-
        if $::apache2 {
                include apache2
        }