switch the statis hosts to hiera roles
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 3960f1e..e8320d4 100644 (file)
@@ -116,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
        }