forked from evolvingweb/puppet-apt
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Description
Describe the Bug
When adding a apt key the module puppetlabs-docker failes because the tool "apt-key" is no longer part of ubuntu apt.
"apt::source" or "apt::key" seems to rely on that tool.
The tool is not delivered anymore by ubuntu packages.
Expected Behavior
Remove the dependency to apt-key and keep the signatures to not break existing modules.
Steps to Reproduce
Use a source defined like that on Ubuntu 25.04.
apt::source { 'docker':
location => $location,
architecture => $architecture,
release => $release,
repos => $package_repos,
key => {
id => $package_key,
source => $key_source,
},
include => {
src => false,
},
Environment
- Puppet 8
- Ubuntu 25.04
Metadata
Metadata
Assignees
Labels
No labels