Merge "Disable bandersnatch cron"

This commit is contained in:
Zuul 2018-07-19 20:28:14 +00:00 committed by Gerrit Code Review
commit 780f993a61
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ class openstack_project::mirror_update (
}
cron { 'bandersnatch':
# Disabled until we sort out how to mirror without unbound growth.
# We may just switch to caching proxy long term.
ensure => absent,
user => $user,
minute => '*/5',
command => 'flock -n /var/run/bandersnatch/mirror.lock bandersnatch-mirror-update /var/log/bandersnatch/mirror.log',