restrict,pty is a better way to get pty and disable everything else than listing...
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 6ab0e97..3960f1e 100644 (file)
@@ -15,11 +15,6 @@ class roles {
                include nagios::server
        }
 
-       # XXX: turn this into a real role
-       if getfromhash($site::nodeinfo, 'buildd') {
-               include buildd
-       }
-
        if has_role('bugs_mirror') {
                include roles::bugs_mirror
        }
@@ -210,10 +205,6 @@ class roles {
                include roles::rtc
        }
 
-       if has_role('jenkins') {
-               include roles::jenkins
-       }
-
        if has_role('postgres_backup_server') {
                include postgres::backup_server
        }