From f4b8c78130acc898ec88c8f8111f3176b3ce7c54 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Tue, 20 Oct 2015 15:54:56 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/template.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp index 1bbcb1d903..929e3a2dce 100644 --- a/modules/openstack_project/manifests/template.pp +++ b/modules/openstack_project/manifests/template.pp @@ -309,7 +309,7 @@ class openstack_project::template ( location => 'http://apt.puppetlabs.com', repos => 'main', key => { - 'id' =>'4BD6EC30', + 'id' =>'47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30', 'server' => 'pgp.mit.edu', }, }