Skip to content

Commit

Permalink
Use 16char keyid for rabbit repo
Browse files Browse the repository at this point in the history
The 8char keyids are easier to collide.
  • Loading branch information
nibalizer committed Dec 1, 2014
1 parent 61991d7 commit 945ad58
Showing 1 changed file with 1 addition and 1 deletion.
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 = '056E8E56',
$key = 'F7B8CEA6056E8E56',
$key_source = 'http://www.rabbitmq.com/rabbitmq-signing-key-public.asc',
$key_content = undef,
) {
Expand Down

0 comments on commit 945ad58

Please sign in to comment.