[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r146: Install autotools on build slaves (for olver-core).

Jeff Licquia licquia at linuxfoundation.org
Sat Feb 11 02:56:36 UTC 2012


------------------------------------------------------------
revno: 146
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-02-10 21:56:36 -0500
message:
  Install autotools on build slaves (for 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:47:06 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-02-11 02:56:36 +0000
@@ -83,6 +83,18 @@
         ensure => present,
     }
 
+    package { 'autoconf':
+        ensure => present,
+    }
+
+    package { 'automake':
+        ensure => present,
+    }
+
+    package { 'libtool':
+        ensure => present,
+    }
+
     # Other packages needed by this puppet module.
 
     package { 'wget':



More information about the lsb-messages mailing list