Remove the pkglist fact. It's a) unused and b) slightly buggy
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index b49b6bd..dc1dee0 100644 (file)
@@ -7,10 +7,6 @@
 #   include roles
 #
 class roles {
-       if getfromhash($site::nodeinfo, 'not-bacula-client') {
-               include bacula::not_a_client
-       }
-
        if has_role('muninmaster') {
                include munin::master
        }
@@ -120,10 +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') {
@@ -209,10 +201,6 @@ class roles {
                include roles::rtc
        }
 
-       if has_role('jenkins') {
-               include roles::jenkins
-       }
-
        if has_role('postgres_backup_server') {
                include postgres::backup_server
        }