[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r342: remove-pkglist macro not working; remove.

Jeff Licquia licquia at linuxfoundation.org
Thu Sep 20 16:30:00 UTC 2012


------------------------------------------------------------
revno: 342
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-09-20 12:30:00 -0400
message:
  remove-pkglist macro not working; remove.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-09-20 15:28:44 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-09-20 16:30:00 +0000
@@ -97,10 +97,6 @@
         package { "${name}": ensure => installed }
     }
 
-    define remove-pkglist() {
-        package { "${name}": ensure => absent }
-    }
-
     # On Red Hat systems, this is the same package as $bdftocfpkg.
     if $operatingsystem !~ /^(Fedora|CentOS)$/ {
         package { "$buildbot::slavepkgs::ucs2anypkg":
@@ -117,8 +113,6 @@
 
     install-pkglist { $buildbot::slavepkgs::pkglist: }
 
-    remove-pkglist { $buildbot::slavepkgs::devchklist: }    
-
     # Get special LSB packages needed for builds.
 
     exec { "download-lsb-python":



More information about the lsb-messages mailing list