]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
get rid of the apt repo until they fix it
authorStephen Gran <steve@lobefin.net>
Tue, 10 Jan 2012 07:45:30 +0000 (07:45 +0000)
committerStephen Gran <steve@lobefin.net>
Tue, 10 Jan 2012 07:45:30 +0000 (07:45 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/buildd/manifests/init.pp

index 41efffe5840980999447e0c798659cd7b9eb8a54..0bb425e85daf5d6534e060586b5d599ccb75048b 100644 (file)
@@ -11,14 +11,11 @@ class buildd {
    
     file {
         "/etc/apt/preferences.d/buildd":
-             source  => "puppet:///modules/buildd/apt-preferences",
-             before  => File["/etc/apt/sources.list.d/buildd.list"],
+             ensure => absent,
              ;
 
         "/etc/apt/sources.list.d/buildd.list":
-             content => template("buildd/etc/apt/sources.list.d/buildd.list.erb"),
-             require => Package["apt-transport-https"],
-             notify  => Exec["apt-get update"],
+             ensure => absent,
              ;
        
         "/etc/apt/trusted-keys.d/buildd.debian.org.asc":