Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / manifests / site.pp
index 29ac94f..ba5b9a1 100644 (file)
@@ -41,10 +41,6 @@ node default {
                include acpi
        }
 
-       if $::apache2 {
-               include apache2
-       }
-
        if $::hostname in [buxtehude,milanollo,lw01,lw02,lw03,lw04,lw09,lw10,senfter,gretchaninov,sibelius] {
                include nfs_server
        }
@@ -57,10 +53,6 @@ node default {
                include samhain
        }
 
-       if $::hostname in [geo3,wieck] {
-               include debian_org::radvd
-       }
-
        if $::spamd {
                munin::check { 'spamassassin': }
        }
@@ -68,4 +60,10 @@ node default {
        if $::hostname == 'pkgmirror-csail' {
                include varnish_pkgmirror
        }
+
+       if $::apache2 {
+               if ! defined(Class['apache2']) {
+                       fail('We have apache installed but no role pulled it in.')
+               }
+       }
 }