mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
changed apt key to full fingerprint
This commit is contained in:
parent
49529498aa
commit
395128abd5
@ -6,7 +6,7 @@ class fluentd::repo::apt (
|
||||
$release = $::lsbdistcodename,
|
||||
$repos = 'contrib',
|
||||
$key = {
|
||||
'id' => '1093DB45A12E206F',
|
||||
'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
|
||||
'source' => 'https://packages.treasuredata.com/GPG-KEY-td-agent'
|
||||
},
|
||||
) {
|
||||
|
@ -19,7 +19,7 @@ describe 'fluentd::repo::apt', :type => :class do
|
||||
'release' => 'precise',
|
||||
'repos' => 'contrib',
|
||||
'key' => {
|
||||
'id' => '1093DB45A12E206F',
|
||||
'id' => 'C901622B5EC4AF820C38AB861093DB45A12E206F',
|
||||
'source' => 'https://packages.treasuredata.com/GPG-KEY-td-agent'
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user