]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
phil says they still need the repo
authorStephen Gran <steve@lobefin.net>
Tue, 1 Jan 2013 20:07:34 +0000 (20:07 +0000)
committerStephen Gran <steve@lobefin.net>
Tue, 1 Jan 2013 20:07:34 +0000 (20:07 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/buildd/manifests/init.pp

index 4ded440f79d2dc5214722c51c4d6a354d777c99d..d00197b7345852ad723db7595602cde6a670a51c 100644 (file)
@@ -34,15 +34,13 @@ class buildd {
                default => 'wheezy'
        }
 
-       if $suite == 'squeeze' {
-               site::aptrepo { 'buildd.debian.org':
-                       key        => 'puppet:///modules/buildd/buildd.debian.org.asc',
-                       url        => 'https://buildd.debian.org/apt/',
-                       suite      => $suite,
-                       components => 'main',
-                       require    => Package['apt-transport-https'],
-                       before     => Package[schroot,sbuild]
-               }
+       site::aptrepo { 'buildd.debian.org':
+               key        => 'puppet:///modules/buildd/buildd.debian.org.asc',
+               url        => 'https://buildd.debian.org/apt/',
+               suite      => $suite,
+               components => 'main',
+               require    => Package['apt-transport-https'],
+               before     => Package[schroot,sbuild]
        }
 
        if $::hostname in [alkman,porpora,zandonai] {