samhain ignore the new files for the surbl stuff
[mirror/dsa-puppet.git] / manifests / site.pp
index b5a9709..28db182 100644 (file)
@@ -32,8 +32,8 @@ node default {
 
     case $mta {
         "exim4":   {
-             case $hostname {
-                  raff,gluck,merkel,spohr,draghi,master,ries,rietz,klecker,powell:  { include exim::mx }
+             case extractnodeinfo($nodeinfo, 'heavy_exim') {
+                  "true":  { include exim::mx }
                   default: { include exim }
              }
         }