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 425ce45 commit 119f326Copy full SHA for 119f326
manifests/repo/puppetlabs.pp
@@ -7,8 +7,10 @@
7
if($::osfamily == 'Debian') {
8
Apt::Source {
9
location => 'http://apt.puppetlabs.com',
10
- key => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
11
- key_content => template('puppet/pgp.key'),
+ key => {
+ id => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
12
+ content => template('puppet/pgp.key')
13
+ },
14
}
15
apt::source { 'puppetlabs': repos => 'main' }
16
apt::source { 'puppetlabs-deps': repos => 'dependencies' }
0 commit comments