From: Peter Palfrader Date: Mon, 9 Mar 2009 18:09:28 +0000 (+0100) Subject: sgran sometimes has weird ideas X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5dfafc37def6b56da67fd218ab542032832cc7e8;p=mirror%2Fdsa-puppet.git sgran sometimes has weird ideas --- diff --git a/modules/buildd/manifests/init.pp b/modules/buildd/manifests/init.pp index be0580ae2..bc0057bdb 100644 --- a/modules/buildd/manifests/init.pp +++ b/modules/buildd/manifests/init.pp @@ -1,4 +1,4 @@ -class debian-org { +class buildd { package { "sbuild": ensure => latest; # is there a way to wait until the version from buildd.d.o is available? }