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:
parent
6b88bbd29b
commit
f4b8c78130
@ -309,7 +309,7 @@ class openstack_project::template (
|
||||
location => 'http://apt.puppetlabs.com',
|
||||
repos => 'main',
|
||||
key => {
|
||||
'id' =>'4BD6EC30',
|
||||
'id' =>'47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
|
||||
'server' => 'pgp.mit.edu',
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user