puppetlabs / puppetlabs-apt

Puppet module to help manage Apt
https://forge.puppetlabs.com/puppetlabs/apt
Apache License 2.0
216 stars 462 forks source link

Add apt::keyring defined type #1120

Closed jps-help closed 7 months ago

jps-help commented 1 year ago

Summary

Add a new defined type for adding GPG keyrings.

Additional Context

apt-key is deprecated in the latest Debian and Ubuntu releases. Therefore we should move away from the old apt::key defined type which relies on it. With this we can manage apt keyrings directly with the apt module. Further work would be required to integrate this directly into the apt::source like how apt::key is currently. Reference - https://wiki.debian.org/DebianRepository/UseThirdParty

Related Issues (if any)

1034

Checklist

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

kenyon commented 7 months ago

Should be closed, was done in #1128.

smortex commented 7 months ago

Thanks @kenyon!