Add the mirroring of Debian Buster

Change-Id: I39cb9dc0aa52cf5b20545baf4acacc21c5459f2a
This commit is contained in:
Thomas Goirand 2019-03-23 12:20:35 +01:00
parent ba0242f054
commit ab0c84ddd1
1 changed files with 2 additions and 2 deletions

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':