Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #63 from queeno/update_api_key_test
Browse files Browse the repository at this point in the history
Update the uchiwa rspec test with up-to-date APT repo key
  • Loading branch information
solarkennedy committed Dec 7, 2015
2 parents 2089e18 + f482ef7 commit 7c64ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/uchiwa_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:release => 'sensu',
:repos => 'main',
:include => { 'src' => false, 'deb' => true },
:key => { 'id' => '8911D8FF37778F24B4E726A218609E3D7580C77F', 'source' => 'http://repositories.sensuapp.org/apt/pubkey.gpg' },
:key => { 'id' => 'EE15CFF6AB6E4E290FDAB681A20F259AEB9C94BB', 'source' => 'http://repositories.sensuapp.org/apt/pubkey.gpg' },
:before => 'Package[uchiwa]'
) }
end
Expand Down

0 comments on commit 7c64ec8

Please sign in to comment.