[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r344: Explicitly include buildbotpw in the devchk manifest.

Jeff Licquia licquia at linuxfoundation.org
Thu Sep 20 19:36:31 UTC 2012


------------------------------------------------------------
revno: 344
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-09-20 15:36:31 -0400
message:
  Explicitly include buildbotpw in the devchk manifest.
modified:
  modules/buildbot/manifests/devchk.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/devchk.pp'
--- a/modules/buildbot/manifests/devchk.pp	2012-09-20 17:07:32 +0000
+++ b/modules/buildbot/manifests/devchk.pp	2012-09-20 19:36:31 +0000
@@ -4,6 +4,8 @@
 
 class buildbot::devchk inherits buildbot::slave {
 
+    include buildbotpw
+
     $masteruser = "$operatingsystem-$operatingsystemrelease-$architecture" ? {
         /^Fedora-16-i386$/   => 'devchk-fedora-x86',
         /^Fedora-16-x86_64$/ => 'devchk-fedora-x86_64',



More information about the lsb-messages mailing list