(maint) Update the gpg key
[puppet-modules/puppetlabs-apt.git] / lib / puppet / type / apt_key.rb
index 81b66a263862fa5bed5895c633865173469d09b5..72f3c87c5b35705ae963e39244f7e4b44d9f661a 100644 (file)
@@ -7,7 +7,7 @@ Puppet::Type.newtype(:apt_key) do
     by apt to perform package validation. Apt has it's own GPG keyring that can
     be manipulated through the `apt-key` command.
 
-    apt_key { '4BD6EC30':
+    apt_key { '6F6B15509CF8E59E6E469F327F438280EF8D349F':
       source => 'http://apt.puppetlabs.com/pubkey.gpg'
     }