Register manualroutes from the service class for the three services that had it hardc...
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 3a602be..a4445ee 100644 (file)
@@ -45,10 +45,6 @@ class roles {
                include roles::security_mirror
        }
 
-       if has_role('syncproxy') {
-               include roles::syncproxy
-       }
-
        if has_role('postgres_backup_server') {
                include postgres::backup_server
        }
@@ -61,9 +57,6 @@ class roles {
                include roles::ports_master
        }
 
-       if has_role('onionbalance') {
-               include onion::balance
-       }
        if has_role('bgp') {
                include roles::bgp
        }