[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r99: Specify the master port in the slave config; don't rely on the default.

Jeff Licquia licquia at linuxfoundation.org
Mon Jan 30 23:10:03 UTC 2012


------------------------------------------------------------
revno: 99
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Mon 2012-01-30 18:10:03 -0500
message:
  Specify the master port in the slave config; don't rely on the default.
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2012-01-30 22:59:32 +0000
+++ b/modules/buildbot/manifests/slave.pp	2012-01-30 23:10:03 +0000
@@ -66,7 +66,7 @@
     }
 
     exec { "make-slave":
-        command => "/opt/buildbot/bin/buildslave create-slave --umask=022 /opt/buildbot/lsb-slave vm1.linuxbase.org $masteruser $masterpw",
+        command => "/opt/buildbot/bin/buildslave create-slave --umask=022 /opt/buildbot/lsb-slave vm1.linuxbase.org:9989 $masteruser $masterpw",
         cwd     => "/opt/buildbot",
         creates => "/opt/buildbot/lsb-slave/buildbot.tac",
         path    => [ "/opt/buildbot/bin", "/bin", "/sbin", "/usr/bin",



More information about the lsb-messages mailing list