Merge "Run 'reprepro ubuntu' cron once ever 2 hours"
This commit is contained in:
commit
c47478f41d
@ -106,6 +106,7 @@ class openstack_project::mirror_update (
|
|||||||
cron { 'reprepro ubuntu':
|
cron { 'reprepro ubuntu':
|
||||||
user => $user,
|
user => $user,
|
||||||
hour => '*/2',
|
hour => '*/2',
|
||||||
|
minute => '0',
|
||||||
command => 'flock -n /var/run/reprepro/ubuntu.lock reprepro-mirror-update /etc/reprepro/ubuntu mirror.ubuntu >>/var/log/reprepro/ubuntu-mirror.log 2>&1',
|
command => 'flock -n /var/run/reprepro/ubuntu.lock reprepro-mirror-update /etc/reprepro/ubuntu mirror.ubuntu >>/var/log/reprepro/ubuntu-mirror.log 2>&1',
|
||||||
environment => 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin',
|
environment => 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin',
|
||||||
require => [
|
require => [
|
||||||
|
Loading…
Reference in New Issue
Block a user