[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r343: Fix username and password selection for devchk build slaves.

Jeff Licquia licquia at linuxfoundation.org
Thu Sep 20 17:07:32 UTC 2012


------------------------------------------------------------
revno: 343
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-09-20 13:07:32 -0400
message:
  Fix username and password selection for devchk build slaves.
modified:
  modules/buildbot/manifests/devchk.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/devchk.pp'
--- a/modules/buildbot/manifests/devchk.pp	2012-09-20 16:27:54 +0000
+++ b/modules/buildbot/manifests/devchk.pp	2012-09-20 17:07:32 +0000
@@ -16,6 +16,10 @@
         default              => $buildbotpw::masterpw,
     }
 
-    package { $buildbot::slavepkgs::devchklist: ensure => present }    
+    package { $buildbot::slavepkgs::devchklist: ensure => present }
+
+    Exec["make-slave"] {
+        command => "/opt/buildbot/bin/buildslave create-slave --umask=022 /opt/buildbot/lsb-slave vm1.linuxbase.org:9989 $masteruser $masterpw",
+    }
 
 }



More information about the lsb-messages mailing list