Skip to content

Commit

Permalink
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 17a0178 commit 7b96981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
repos => "${fact('os.name')}-${fact('os.distro.codename')}".downcase,
release => 'stable',
key => {
ensure => 'refreshed',
id => '2E6994033390DE82D8E6A2D16E187A4C6694369F',
name => 'syslog-ng.asc',
source => "${release_url}syslog-ng-ose-pub.asc",
},
include => {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 10.0.0"
"version_requirement": ">= 9.2.0 < 10.0.0"
},
{
"name": "puppetlabs/concat",
Expand Down

0 comments on commit 7b96981

Please sign in to comment.