whitespace/quoting: modules/exim/manifests/* (make lint happy)
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 01065f0..7d4addb 100644 (file)
@@ -49,10 +49,6 @@ class roles {
                include roles::syncproxy
        }
 
-       if has_role('mailrelay') {
-               include roles::mailrelay
-       }
-
        if has_role('dns_primary') {
                include roles::dns_primary
        }
@@ -61,14 +57,6 @@ class roles {
                include roles::dns_geodns
        }
 
-       if has_role('rtmaster') {
-               include roles::rtmaster
-       }
-
-       if has_role('udd') {
-               include roles::udd
-       }
-
        if has_role('postgres_backup_server') {
                include postgres::backup_server
        }
@@ -82,14 +70,6 @@ class roles {
                include roles::snapshot
        }
 
-       if has_role('snapshot_web') {
-               include roles::snapshot_web
-       }
-
-       if has_role('snapshot_shell') {
-               include roles::snapshot_shell
-       }
-
        if has_role('ports_master') {
                include roles::ports_master
        }
@@ -108,8 +88,4 @@ class roles {
        if $::keyring_debian_org_mirror {
                include roles::keyring_debian_org_mirror
        }
-
-       if has_role('popcon') {
-               include roles::popcon
-       }
 }