[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r286: Install buildbot web template overrides into master.

Jeff Licquia licquia at linuxfoundation.org
Thu May 3 21:44:32 UTC 2012


------------------------------------------------------------
revno: 286
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-05-03 17:44:32 -0400
message:
  Install buildbot web template overrides into master.
modified:
  modules/buildbot/manifests/master.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/master.pp'
--- a/modules/buildbot/manifests/master.pp	2012-05-01 22:43:32 +0000
+++ b/modules/buildbot/manifests/master.pp	2012-05-03 21:44:32 +0000
@@ -65,6 +65,12 @@
         require => [ Exec['make-buildbot-config'], Exec['make-master'] ],
     }
 
+    file { "/opt/buildbot/lsb-master/templates":
+        ensure => link,
+        target => "../buildbot-config/templates",
+        require => [ Exec['make-buildbot-config'], Exec['make-master'] ],
+    }
+
     exec { "make-htpasswd":
         command => "$htpasswd -cb /opt/buildbot/htpasswd buildbot $buildbotpw::web",
         path    => [ "/bin", "/sbin", "/usr/bin", "/usr/sbin" ],



More information about the lsb-messages mailing list