c8fabb628c
The old method used in manifests/repo/debian/debian.pp that was using apt-key is currently deprecated. apt-key itself is going to be removed in 2021. Also, downloading a random repository key from the internet is questionable at least. So I'm switching to use extrepo by default for setting-up the Debian repositories. It's nice, it's official, and it's in Bullseye already. It also is authenticated by default, and supports additional repositories (so it's prepared for the future). Change-Id: I7686a1cf541c81a9a14ef05542e31053c47e3f51
9 lines
348 B
YAML
9 lines
348 B
YAML
---
|
|
features:
|
|
- |
|
|
The class openstack_extras::repo::debian::debian has now a new parameter
|
|
use_extrepo, which is true by default. If true, extrepo will be used for
|
|
setting-up the OpenStack apt sources.list, and the parameters source_hash,
|
|
source_defaults and deb_location are ignored. Beware that this is now
|
|
the new default!
|