Skip to content

Commit

Permalink
(RE-13415) Update GPG key in example
Browse files Browse the repository at this point in the history
Provide recently changed gpg key update in the example puppet code.
  • Loading branch information
e-gris committed Jan 20, 2021
1 parent 18c44ad commit 5107a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/key.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Declare Apt key for apt.puppetlabs.com source
apt::key { 'puppetlabs':
id => '6F6B15509CF8E59E6E469F327F438280EF8D349F',
id => 'D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26',
server => 'hkps.pool.sks-keyservers.net',
options => 'http-proxy="http://proxyuser:[email protected]:3128"',
}

0 comments on commit 5107a43

Please sign in to comment.