Skip to content

Commit

Permalink
Merge pull request redhat-openstack#259 from nibalizer/longer_keyid
Browse files Browse the repository at this point in the history
Use 16char keyid for rabbit repo
  • Loading branch information
hunner committed Dec 1, 2014
2 parents 61991d7 + 945ad58 commit 112d87b
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 112d87b

Please sign in to comment.