Skip to content

Commit 0692dda

Browse files
committed
Use modern APT keyrings on Debian family
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.
1 parent 17a0178 commit 0692dda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manifests/repo.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
repos => "${fact('os.name')}-${fact('os.distro.codename')}".downcase,
3030
release => 'stable',
3131
key => {
32-
ensure => 'refreshed',
33-
id => '2E6994033390DE82D8E6A2D16E187A4C6694369F',
32+
name => 'syslog-ng.asc',
3433
source => "${release_url}syslog-ng-ose-pub.asc",
3534
},
3635
include => {

0 commit comments

Comments
 (0)