Skip to content

Commit

Permalink
Added full fingerprint to be compliant with puppetlabs-apt v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Apr 17, 2015
1 parent 7dd5c74 commit 6fdded8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/repo/apt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$release = 'testing',
$repos = 'main',
$include_src = false,
$key = 'F7B8CEA6056E8E56',
$key = 'F78372A06FF50C80464FC1B4F7B8CEA6056E8E56',
$key_source = 'http://www.rabbitmq.com/rabbitmq-signing-key-public.asc',
$key_content = undef,
) {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">=3.0.0 <5.0.0"},
{"name":"puppetlabs/apt","version_requirement":">=1.0.0 <2.0.0"},
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <2.0.0"},
{"name":"nanliu/staging","version_requirement":">=0.3.1 <2.0.0"}
]
}
4 changes: 2 additions & 2 deletions spec/classes/rabbitmq_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@
'release' => 'testing',
'repos' => 'main',
'include_src' => false,
'key' => 'F7B8CEA6056E8E56'
'key' => 'F78372A06FF50C80464FC1B4F7B8CEA6056E8E56'
) }
end
end
Expand All @@ -932,7 +932,7 @@
'release' => 'testing',
'repos' => 'main',
'include_src' => false,
'key' => 'F7B8CEA6056E8E56'
'key' => 'F78372A06FF50C80464FC1B4F7B8CEA6056E8E56'
) }

it { should contain_apt__pin('rabbitmq').with(
Expand Down

0 comments on commit 6fdded8

Please sign in to comment.