Adjust dist name

The structure of the dists changed slightly for the new docker repo.

Old: https://download.docker.com/linux/ubuntu/dists/ubuntu-xenial/Release

New: https://download.docker.com/linux/ubuntu/dists/xenial/Release

Change-Id: Ic2979b3f7cca6be8fc7499549a30f5543eda8246
This commit is contained in:
Sam Yaple 2017-10-08 13:38:16 -04:00
parent b9bb044419
commit d08baac36a
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class openstack_project::mirror_update (
basedir => '/afs/.openstack.org/mirror/deb-docker',
distributions => 'openstack_project/reprepro/distributions.debian-docker.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/debian-docker-updates',
releases => ['ubuntu-xenial'],
releases => ['xenial'],
}
cron { 'reprepro debian docker':