Use the 40char fingerprint of the puppetlabs key

This is more secure and prevents a warning:
Warning: /Apt_key[Add key: 4BD6EC30 from Apt::Source puppetlabs]: The id
should be a full fingerprint (40 characters), see README.

Change-Id: I94d4bdd01f809e2b1b74eecd666666443ae95e74
Signed-off-by: Spencer Krum <nibz@spencerkrum.com>
This commit is contained in:
Spencer Krum 2015-10-20 15:54:56 -07:00
parent 6b88bbd29b
commit f4b8c78130
No known key found for this signature in database
GPG Key ID: 4A330B9AD648FAE3

@ -309,7 +309,7 @@ class openstack_project::template (
location => 'http://apt.puppetlabs.com',
repos => 'main',
key => {
'id' =>'4BD6EC30',
'id' =>'47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
'server' => 'pgp.mit.edu',
},
}