voxpupuli / puppet-gitlab_ci_runner

Module to mange gitlab CI runners. Extracted from https://github.com/voxpupuli/puppet-gitlab
Apache License 2.0
14 stars 53 forks source link

Apt keyring #188

Closed FrankVanDamme closed 3 months ago

FrankVanDamme commented 6 months ago

Pull Request (PR) description

in repo::debian, change the apt key definition in the apt source: remove "id" and set "name" in place.

This will make apt use the keyrings (in /etc/apt/keyrings) instead of apt-key's trusted store, since apt-key is now deprecated.

saz commented 6 months ago

@FrankVanDamme Mind fixing the tests?

This change also requires puppetlabs/apt >= 9.2.0

yakatz commented 3 months ago

Superceded by #189