X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=manifests%2Fsite.pp;fp=manifests%2Fsite.pp;h=29ac94ff41e15df25b4933e567b78a35a8a3e571;hp=6ff112d29e7ff5a4f0df9cc5d2fe72082ed7ddb7;hb=368e147f10b8e748f7e171a15568a94d79599039;hpb=9497ea5090f7d29a7e34e493a1ce5bc29ff65189 diff --git a/manifests/site.pp b/manifests/site.pp index 6ff112d29..29ac94ff4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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 }