]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/buildd/manifests/init.pp
remove buildd-proposed apt repo on porpora
[dsa-puppet.git] / modules / buildd / manifests / init.pp
index 52317ddf1cb0395c319dbfc6a152885619910ace..41805fe3c02473f5c4b92ef28307a664daaf0f3d 100644 (file)
@@ -49,7 +49,7 @@ class buildd ($ensure=present) {
        }
 
        $buildd_prop_ensure = $::hostname ? {
-               /^(alkman|porpora|zandonai)$/ => 'present',
+               /^(alkman|zandonai)$/ => 'present',
                default => 'absent',
        }