debian_mirror -> hiera role
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index f94ebd2..2324e57 100644 (file)
@@ -7,19 +7,10 @@
 #   include roles
 #
 class roles {
-       if has_role('muninmaster') {
-               include munin::master
-       }
-
        if has_role('nagiosmaster') {
                include nagios::server
        }
 
-       # ftp.debian.org and its ecosystem
-       if has_role('debian_mirror') {
-               include roles::debian_mirror
-       }
-
        if has_role('security_mirror') {
                include roles::security_mirror
        }