Skip to content

Commit

Permalink
(#339) Use modern APT keyrings on Debian family
Browse files Browse the repository at this point in the history
This makes use of puppetlabs/puppetlabs-apt#1128 to store the public key
in `/etc/apt/keyrings` and add a `signed-by` option to the
`sources.list.d` entry.
  • Loading branch information
smortex committed Jan 11, 2024
1 parent f426c22 commit b12ea0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
release => $repo_os_name,
repos => $release,
key => {
id => "3DE1895F7B983F9B22DAF64030BC99C1AAEEF24D",
name => "choria.asc",
source => "https://choria.io/RELEASE-GPG-KEY"
},
architecture => $facts["os"]["architecture"],
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"issues_url": "https://github.com/choria-io/puppet-choria/issues",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 9.0.0 < 10.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 4.5.1 < 10.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 9.2.0 < 10.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 9.0.0 < 10.0.0" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.22.0 < 2.0.0" },
{ "name": "choria/mcollective", "version_requirement": ">= 0.14.4 < 2.0.0" },
Expand Down

0 comments on commit b12ea0c

Please sign in to comment.