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 #41 from KoeSystems/fix_sensu_apt_key
Browse files Browse the repository at this point in the history
Fix warning when installing sensu apt repository
  • Loading branch information
solarkennedy committed Sep 8, 2015
2 parents f81997a + fe69dcc commit f2a0e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$install_repo = true
$repo = 'main'
$repo_source = undef
$repo_key_id = '7580C77F'
$repo_key_id = '8911D8FF37778F24B4E726A218609E3D7580C77F'
$repo_key_source = 'http://repos.sensuapp.org/apt/pubkey.gpg'
$manage_services = true
$manage_user = true
Expand Down
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,
:key => '7580C77F',
:key => '8911D8FF37778F24B4E726A218609E3D7580C77F',
:key_source => 'http://repos.sensuapp.org/apt/pubkey.gpg',
:before => 'Package[uchiwa]'
) }
Expand Down

0 comments on commit f2a0e63

Please sign in to comment.