Use 40 digit fingerprint for puppet

With the bump of apt to 2.1.0 puppet throws a warning
about using 40 digit fingerprint, instead of the short
one. So using the right fingerprint here.

Change-Id: I87ea4b30a6f949a70af733af02052d51f9c974ab
This commit is contained in:
Yolanda Robla 2015-08-24 17:51:21 +02:00
parent 4ff4dc2ed3
commit 0ef5e50952
1 changed files with 1 additions and 1 deletions

View File

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