[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r74: Create a htpasswd file for buildbot (initially empty).

Jeff Licquia licquia at linuxfoundation.org
Sat Jan 28 00:33:18 UTC 2012


------------------------------------------------------------
revno: 74
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-01-27 19:33:18 -0500
message:
  Create a htpasswd file for buildbot (initially empty).
modified:
  modules/buildbot/manifests/master.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/master.pp'
--- a/modules/buildbot/manifests/master.pp	2012-01-26 03:01:16 +0000
+++ b/modules/buildbot/manifests/master.pp	2012-01-28 00:33:18 +0000
@@ -42,4 +42,8 @@
         require => [ Exec['make-buildbot-config'], Exec['make-master'] ],
     }
 
+    file ( "/opt/buildbot/htpasswd":
+        ensure => present,
+    }
+
 }



More information about the lsb-messages mailing list