get rid of sudo line for group porter-hppa/paer
[mirror/dsa-puppet.git] / manifests / site.pp
index be13ab7..cadc12e 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
@@ -63,10 +65,6 @@ node default {
                include apache2
        }
 
-       if $::rsyncd {
-               include rsyncd-log
-       }
-
        if $::hostname in [ravel,senfl,orff,draghi,diamond] {
                include named::authoritative
        } elsif $::hostname in [geo1,geo2,geo3] {