We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb2303 commit 7dd29f5Copy full SHA for 7dd29f5
manifests/repo/puppetlabs.pp
@@ -7,7 +7,7 @@
7
if($::osfamily == 'Debian') {
8
Apt::Source {
9
location => 'http://apt.puppetlabs.com',
10
- key => '4BD6EC30',
+ key => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
11
key_content => template('puppet/pgp.key'),
12
}
13
apt::source { 'puppetlabs': repos => 'main' }
0 commit comments