no hosts (directly) in roles::archvsync_base
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 3960f1e..0a3e136 100644 (file)
@@ -38,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
@@ -116,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
        }
@@ -353,10 +339,6 @@ class roles {
                include roles::debsources
        }
 
-       if has_role('ipsec') {
-               include ipsec
-       }
-
        if has_role('debconf_wafer') {
                include roles::debconf_wafer
        }
@@ -365,9 +347,6 @@ class roles {
                include roles::cdbuilder_local_mirror
        }
 
-       if has_role('alioth_archive') {
-               include roles::alioth_archive
-       }
        if has_role('anonscm') {
                include roles::anonscm
        }