now make it go away
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index aaeacee..331aa11 100644 (file)
@@ -14,6 +14,10 @@ class roles {
 
        if getfromhash($site::nodeinfo, 'buildd') {
                include buildd
+       } else {
+               class { 'buildd':
+                       ensure => absent
+               }
        }
 
        if getfromhash($site::nodeinfo, 'bugs_mirror') {