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 119f326 commit 4b467bdCopy full SHA for 4b467bd
manifests/repo/puppetlabs.pp
@@ -8,8 +8,8 @@
8
Apt::Source {
9
location => 'http://apt.puppetlabs.com',
10
key => {
11
- id => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
12
- content => template('puppet/pgp.key')
+ 'id' => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
+ 'server' => 'pgp.mit.edu',
13
},
14
}
15
apt::source { 'puppetlabs': repos => 'main' }
0 commit comments