Merge "Add the mirroring of Debian Buster"

This commit is contained in:
Zuul 2019-03-27 21:10:25 +00:00 committed by Gerrit Code Review
commit 0cbd09efbf

View File

@ -63,7 +63,7 @@ class openstack_project::mirror_update (
basedir => '/afs/.openstack.org/mirror/debian',
distributions => 'openstack_project/reprepro/distributions.debian.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/debuntu-updates',
releases => ['stretch'],
releases => ['stretch', 'buster'],
}
cron { 'reprepro debian':
@ -96,7 +96,7 @@ class openstack_project::mirror_update (
basedir => '/afs/.openstack.org/mirror/debian-security',
distributions => 'openstack_project/reprepro/distributions.debian-security.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/debian-security-updates',
releases => ['stretch'],
releases => ['stretch', 'buster'],
}
cron { 'reprepro debian security':