[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r147: Work around bug #3385 in olver-core.

Jeff Licquia licquia at linuxfoundation.org
Sat Feb 11 03:10:21 UTC 2012


------------------------------------------------------------
revno: 147
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-02-10 22:10:21 -0500
message:
  Work around bug #3385 in olver-core.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-02-11 02:56:36 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-02-11 03:10:21 +0000
@@ -95,6 +95,11 @@
         ensure => present,
     }
 
+    # XXX: Requiring this is a bug (#3385).
+    package { 'ncurses-devel':
+        ensure => present,
+    }
+
     # Other packages needed by this puppet module.
 
     package { 'wget':



More information about the lsb-messages mailing list