(RE-13415) Update GPG key in example RE-13436
authorEric Griswold <eric.griswold@puppet.com>
Wed, 20 Jan 2021 18:44:24 +0000 (10:44 -0800)
committerEric Griswold <eric.griswold@puppet.com>
Wed, 20 Jan 2021 18:44:24 +0000 (10:44 -0800)
Provide recently changed gpg key update in the example puppet code.

examples/key.pp

index dc2401bc77fb78c1daa2264e6e411aa5d2c5bdec..f6aa392a8a07d239ad7145b8fd4a6ad891b69591 100644 (file)
@@ -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:proxypass@example.org:3128"',
 }