[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r303: On buildbot slaves, make sure the old libbat package is uninstalled.

Jeff Licquia licquia at linuxfoundation.org
Mon Jun 11 16:05:25 UTC 2012


------------------------------------------------------------
revno: 303
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Mon 2012-06-11 12:05:25 -0400
message:
  On buildbot slaves, make sure the old libbat package is uninstalled.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-05-21 21:36:20 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-06-11 16:05:25 +0000
@@ -87,6 +87,12 @@
     #    ensure => present,
     #}
 
+    # Packages that need to be absent on slaves.
+
+    package {
+        'lsb-build-libbat': ensure => absent;
+    }
+
     define install-pkglist() {
         package { "${name}": ensure => installed }
     }



More information about the lsb-messages mailing list