]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
remove buildd-proposed apt repo on porpora
authorJulien Cristau <jcristau@debian.org>
Sun, 10 May 2015 13:27:55 +0000 (15:27 +0200)
committerJulien Cristau <jcristau@debian.org>
Sun, 10 May 2015 13:27:55 +0000 (15:27 +0200)
There's no jessie-proposed.

Signed-off-by: Julien Cristau <jcristau@debian.org>
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',
        }