X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=e8320d4d4191fdc09821348c7ad8c3308a3a5121;hb=46be0972475f02f51cfda7c1acc0d775faef9efa;hp=13ac0162614ac90130e7b26c200f3637c46a00d7;hpb=1cd5a0fc5ae58049e86911dedbb1f85a6b8e0da0;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 13ac01626..e8320d4d4 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -7,11 +7,6 @@ # include roles # class roles { - - if has_role('puppetmaster') { - include puppetmaster - } - if has_role('muninmaster') { include munin::master } @@ -20,16 +15,6 @@ class roles { include nagios::server } - # 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 - } - if has_role('bugs_mirror') { include roles::bugs_mirror } @@ -39,7 +24,7 @@ class roles { notify => Exec['service apache2 reload'], key => true, } - @ferm::rule { 'dsa-bugs-abusers': + ferm::rule { 'dsa-bugs-abusers': prio => "005", rule => "saddr (220.243.135/24 220.243.136/24) DROP", } @@ -131,16 +116,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 } @@ -158,11 +133,11 @@ class roles { } if has_role('dns_primary') { - include named::primary + include roles::dns_primary } if has_role('dns_geo') { - include named::geodns + include roles::dns_geodns } if has_role('weblog_destination') { @@ -201,10 +176,6 @@ class roles { include roles::tracker } - if has_role('buildd_master') { - include roles::buildd_master - } - if has_role('piuparts') { include roles::piuparts } @@ -224,10 +195,6 @@ class roles { include roles::rtc } - if has_role('jenkins') { - include roles::jenkins - } - if has_role('postgres_backup_server') { include postgres::backup_server } @@ -394,8 +361,4 @@ class roles { if has_role('anonscm') { include roles::anonscm } - - if has_role('loghost') { - include roles::loghost - } }