[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r177: I guess we don't want zlib-devel, lsbarchk is just broken

Stew Benedict stewb at linux-foundation.org
Thu Feb 16 19:21:16 UTC 2012


------------------------------------------------------------
revno: 177
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-02-16 14:21:16 -0500
message:
  I guess we don't want zlib-devel, lsbarchk is just broken 
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-02-16 18:46:15 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-02-16 19:21:16 +0000
@@ -75,11 +75,6 @@
         default => 'x11-font-util',
     }
 
-    # for lsbarchk
-    $zlibdevelpkg = $operatingsystem ? {
-        default => 'zlib-devel',
-    }
-
     # Here, we figure out what user and password to use to log into the
     # master.  This differs per-architecture.  The buildbotpw module
     # is pulled in from puppet-secret, and just contains Puppet variables
@@ -203,10 +198,6 @@
         ensure => present,
     }
 
-    package { "$zlibdevelpkg":
-        ensure => present,
-    }
-
     # Get special LSB packages needed for builds.
 
     exec { "download-lsb-python":



More information about the lsb-messages mailing list