[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r143: Set update-snapshot to run regularly.

Jeff Licquia licquia at linuxfoundation.org
Fri Feb 10 22:45:12 UTC 2012


------------------------------------------------------------
revno: 143
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-02-10 17:45:12 -0500
message:
  Set update-snapshot to run regularly.
modified:
  modules/buildbot/manifests/master.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/master.pp'
--- a/modules/buildbot/manifests/master.pp	2012-02-10 19:35:14 +0000
+++ b/modules/buildbot/manifests/master.pp	2012-02-10 22:45:12 +0000
@@ -107,4 +107,12 @@
               User['buildbot'], Exec['make-master'], Exec['make-htpasswd'] ],
     }
 
+    cron { 'update-snapshot':
+        command => '/opt/buildbot/buildbot-config/update-snapshot',
+        user    => 'root',
+        hour    => 6,
+        minute  => 0,
+        require => Exec['make-buildbot-config'],
+    }
+
 }



More information about the lsb-messages mailing list