Skip to content

Commit 7dd29f5

Browse files
committed
Changed PuppetLabs GPG key to the full 40-character fingerprint to stop apt::key complaints
1 parent 7fb2303 commit 7dd29f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo/puppetlabs.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if($::osfamily == 'Debian') {
88
Apt::Source {
99
location => 'http://apt.puppetlabs.com',
10-
key => '4BD6EC30',
10+
key => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
1111
key_content => template('puppet/pgp.key'),
1212
}
1313
apt::source { 'puppetlabs': repos => 'main' }

0 commit comments

Comments
 (0)