no hosts (directly) in roles::archvsync_base
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index efde596..0a3e136 100644 (file)
@@ -7,31 +7,12 @@
 #   include roles
 #
 class roles {
-
-       if has_role('puppetmaster') {
-               include puppetmaster
-       }
-
        if has_role('muninmaster') {
                include munin::master
        }
 
        if has_role('nagiosmaster') {
-       #       include nagios::server
-               ssl::service { 'nagios.debian.org':
-                       notify  => Exec['service apache2 reload'],
-                       key => true,
-               }
-       }
-
-       # XXX: turn this into a real role
-       if getfromhash($site::nodeinfo, 'buildd') {
-               include buildd
-       }
-
-       # XXX: turn this into a real role
-       if getfromhash($site::nodeinfo, 'porterbox') {
-               include porterbox
+               include nagios::server
        }
 
        if has_role('bugs_mirror') {
@@ -43,8 +24,13 @@ class roles {
                        notify  => Exec['service apache2 reload'],
                        key => true,
                }
+               ferm::rule { 'dsa-bugs-abusers':
+                       prio    => "005",
+                       rule    => "saddr (220.243.135/24 220.243.136/24) DROP",
+               }
        }
        if has_role('bugs_master') {
+               ssl::service { 'bugs-devel.debian.org': notify  => Exec['service apache2 reload'], key => true, }
                ssl::service { 'bugs-master.debian.org': notify  => Exec['service apache2 reload'], key => true, }
        }
 
@@ -52,10 +38,6 @@ class roles {
                include roles::manpages_dyn
        }
 
-       if has_role('archvsync_base_additional') {
-               include archvsync_base
-       }
-
        # archive.debian.org
        if has_role('historical_mirror') {
                include roles::historical_mirror
@@ -70,12 +52,6 @@ class roles {
        if has_role('debian_mirror') {
                include roles::debian_mirror
        }
-       if has_role('ftp.d.o') {
-               vsftpd::site { 'ftp':
-                       ensure  => absent,
-                       root    => '/nonexistent',
-               }
-       }
        if has_role('ftp_master') {
                include roles::ftp_master
                include roles::dakmaster
@@ -102,8 +78,7 @@ class roles {
                include roles::security_master
                include roles::dakmaster
        }
-       $zz = has_role('security_mirror')
-       notice("Has security mirror role? '${zz}'")
+
        if has_role('security_mirror') {
                include roles::security_mirror
        }
@@ -137,16 +112,6 @@ class roles {
                include roles::syncproxy
        }
 
-       if has_role('static_master') {
-               include roles::static_master
-       }
-
-       if has_role('static_mirror') {
-               include roles::static_mirror
-       } elsif has_role('static_source') {
-               include roles::static_source
-       }
-
        if has_role('weblog_provider') {
                include roles::weblog_provider
        }
@@ -164,7 +129,11 @@ class roles {
        }
 
        if has_role('dns_primary') {
-               include named::primary
+               include roles::dns_primary
+       }
+
+       if has_role('dns_geo') {
+               include roles::dns_geodns
        }
 
        if has_role('weblog_destination') {
@@ -203,10 +172,6 @@ class roles {
                include roles::tracker
        }
 
-       if has_role('buildd_master') {
-               include roles::buildd_master
-       }
-
        if has_role('piuparts') {
                include roles::piuparts
        }
@@ -226,10 +191,6 @@ class roles {
                include roles::rtc
        }
 
-       if has_role('jenkins') {
-               include roles::jenkins
-       }
-
        if has_role('postgres_backup_server') {
                include postgres::backup_server
        }
@@ -284,15 +245,23 @@ class roles {
                include roles::dgit_git
        }
 
-       if $::hostname in [lw01, lw02, lw03, lw04] {
+       if $::hostname in [lw01, lw02, lw03, lw04, lw09, lw10] {
                include roles::snapshot
        }
 
+       if has_role('snapshot_web') {
+               include roles::snapshot_web
+       }
+
+       if has_role('snapshot_shell') {
+               include roles::snapshot_shell
+       }
+
        if has_role('veyepar.debian.org') {
-               ssl::service { 'veyepar.debian.org': notify  => Exec['service apache2 reload'], key => true, }
+               include roles::veyepar
        }
        if has_role('sreview.debian.org') {
-               ssl::service { 'sreview.debian.net': notify  => Exec['service apache2 reload'], key => true, }
+               include roles::sreview
        }
 
        if has_role('debtags') {
@@ -370,11 +339,15 @@ class roles {
                include roles::debsources
        }
 
-       if has_role('ipsec') {
-               include ipsec
-       }
-
        if has_role('debconf_wafer') {
                include roles::debconf_wafer
        }
+
+       if has_role('cdbuilder_local_mirror') {
+               include roles::cdbuilder_local_mirror
+       }
+
+       if has_role('anonscm') {
+               include roles::anonscm
+       }
 }