From: Stephen Gran Date: Tue, 10 Jan 2012 07:45:30 +0000 (+0000) Subject: get rid of the apt repo until they fix it X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d93775534f19bde42d75c6debe391cc701c54993;hp=61c0da761a4b8397fba3fa913ab70713f95cff82;p=dsa-puppet.git get rid of the apt repo until they fix it Signed-off-by: Stephen Gran --- diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index 41efffe5..0bb425e8 100644 --- a/modules/buildd/manifests/init.pp +++ b/modules/buildd/manifests/init.pp @@ -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":