[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r210: 4.0 runtime-test build still needs expect, make sure it's installed

Stew Benedict stewb at linux-foundation.org
Thu Mar 1 12:39:55 UTC 2012


------------------------------------------------------------
revno: 210
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-03-01 07:39:55 -0500
message:
  4.0 runtime-test build still needs expect, make sure it's installed
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-02-29 20:16:53 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-03-01 12:39:55 +0000
@@ -75,6 +75,12 @@
         default => 'x11-font-util',
     }
 
+    # runtime-test for 4.0 still uses expect
+    $expectpkg = $operatingsystem ? {
+        /^SLES/   => 'expect',
+        default   => 'expect',
+    }
+
     # 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
@@ -204,6 +210,10 @@
         ensure => present,
     }
 
+    package { "$expectpkg":
+        ensure => present,
+    }
+
     # for lsbappchk-sh build
     package { 'perl':
         ensure => present,



More information about the lsb-messages mailing list