Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/downloadserver/manifests/init.pp

Issue 29396643: NoIssue - Reconfigure Mercurial pull cron-jobs (Closed)
Patch Set: Add a missing cronjob Created March 29, 2017, 12:06 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/downloadserver/manifests/init.pp
===================================================================
--- a/modules/downloadserver/manifests/init.pp
+++ b/modules/downloadserver/manifests/init.pp
@@ -77,7 +77,7 @@
command => 'hg pull -q -u -R /var/www/downloads/',
environment => hiera('cron::environment', []),
user => hg,
- minute => '*/10'
+ minute => '3-59/20'
}
file {'/var/www/devbuilds':

Powered by Google App Engine
This is Rietveld