Skip to content

Commit 4b467bd

Browse files
author
Patrick Robinson
committed
Instead of importing the key just use a pgp server
1 parent 119f326 commit 4b467bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/repo/puppetlabs.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
Apt::Source {
99
location => 'http://apt.puppetlabs.com',
1010
key => {
11-
id => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
12-
content => template('puppet/pgp.key')
11+
'id' => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
12+
'server' => 'pgp.mit.edu',
1313
},
1414
}
1515
apt::source { 'puppetlabs': repos => 'main' }

0 commit comments

Comments
 (0)