[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r128: Fix package names for OpenSUSE.

Jeff Licquia licquia at linuxfoundation.org
Thu Feb 9 00:48:29 UTC 2012


------------------------------------------------------------
revno: 128
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2012-02-08 19:48:29 -0500
message:
  Fix package names for OpenSUSE.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-02-08 23:18:29 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-02-09 00:48:29 +0000
@@ -6,8 +6,9 @@
     }
 
     $rpmpkg = "$operatingsystem-$operatingsystemrelease" ? {
-        /^SLES-.+$/ => 'rpm',
-        default     => 'rpm-build',
+        /^SLES-.+$/     => 'rpm',
+        /^OpenSuSE-.+$/ => 'rpm',
+        default         => 'rpm-build',
     }
 
     # Here, we figure out what user and password to use to log into the
@@ -60,7 +61,7 @@
         ensure => present,
     }
 
-    package { 'g++':
+    package { 'gcc-c++':
         ensure => present,
     }
 



More information about the lsb-messages mailing list