1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-11-12 21:50:34 +00:00

changed apt key to full fingerprint

This commit is contained in:
Max Wilhelm 2015-12-04 12:48:17 +01:00
parent 49529498aa
commit 395128abd5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class fluentd::repo::apt (
$release = $::lsbdistcodename, $release = $::lsbdistcodename,
$repos = 'contrib', $repos = 'contrib',
$key = { $key = {
'id' => '1093DB45A12E206F', 'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
'source' => 'https://packages.treasuredata.com/GPG-KEY-td-agent' 'source' => 'https://packages.treasuredata.com/GPG-KEY-td-agent'
}, },
) { ) {

View File

@ -19,7 +19,7 @@ describe 'fluentd::repo::apt', :type => :class do
'release' => 'precise', 'release' => 'precise',
'repos' => 'contrib', 'repos' => 'contrib',
'key' => { 'key' => {
'id' => '1093DB45A12E206F', 'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
'source' => 'https://packages.treasuredata.com/GPG-KEY-td-agent' 'source' => 'https://packages.treasuredata.com/GPG-KEY-td-agent'
} }
}) })