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 8efdaaa
Showing 1 changed file with 1 addition and 2 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

0 comments on commit 8efdaaa

Please sign in to comment.