Add a minute argument to the track_upstream cron

Change-Id: I88d5d01d5284f1c1f1b86c6f59a1a12fffddea22
This commit is contained in:
Monty Taylor 2017-03-23 14:07:17 -05:00
parent 0f5b897ac4
commit 0e4bcbe0b0
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -471,6 +471,7 @@ class openstack_project::gerrit (
cron { 'track_upstream':
user => 'root',
hour => '*',
minute => '42',
command => '/usr/local/bin/track-upstream -v -l /var/log/track_upstream.log',
environment => 'PATH=/usr/bin:/bin:/usr/sbin:/sbin',
require => [