From: Peter Palfrader Date: Thu, 19 Jan 2012 14:55:09 +0000 (+0100) Subject: Do not install buildd package automatically X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8c68c6d54aa328ea95126ed5f369039c1d2fff80;hp=fdfd236189c939adf97b18a5de9b0df9254741c4;p=dsa-puppet.git Do not install buildd package automatically --- diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index 965c149e..f001291b 100644 --- a/modules/buildd/manifests/init.pp +++ b/modules/buildd/manifests/init.pp @@ -2,8 +2,6 @@ class buildd { package { "schroot": ensure => installed; "sbuild": ensure => installed; - "buildd": ensure => installed; - "buildd-builder-meta": ensure => installed; "apt-transport-https": ensure => installed; "debootstrap": ensure => installed; "dupload": ensure => installed;