move syncproxy config into hiera
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 3088d1e..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
        }