[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r103: Create a job directory for jobfile buildbot jobs on the master.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 1 00:27:33 UTC 2012


------------------------------------------------------------
revno: 103
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2012-01-31 19:27:33 -0500
message:
  Create a job directory for jobfile buildbot jobs on the master.
modified:
  modules/buildbot/manifests/master.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/master.pp'
--- a/modules/buildbot/manifests/master.pp	2012-01-31 22:20:29 +0000
+++ b/modules/buildbot/manifests/master.pp	2012-02-01 00:27:33 +0000
@@ -69,6 +69,13 @@
 ",
     }
 
+    file { "/opt/buildbot/jobdir":
+        ensure => directory,
+        group  => 'users',
+        owner  => 'buildbot',
+        mode   => 0775,
+    }
+
     file { "/etc/init.d/buildbot":
         ensure => present,
         source => "puppet:///modules/buildbot/buildbot.init",



More information about the lsb-messages mailing list