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 #27 from jbussdieker/patch-2
Browse files Browse the repository at this point in the history
Add the insecure parameter to the default endpoint
  • Loading branch information
solarkennedy committed Dec 8, 2014
2 parents 758d371 + 34997d6 commit ecefa32
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@
$manage_user = true

$sensu_api_endpoints = [{
name => 'sensu',
ssl => false,
port => 4567,
user => 'sensu',
pass => 'sensu',
path => '',
timeout => 5,
name => 'sensu',
ssl => false,
insecure => false,
port => 4567,
user => 'sensu',
pass => 'sensu',
path => '',
timeout => 5,
}]

$host = '0.0.0.0'
Expand Down

0 comments on commit ecefa32

Please sign in to comment.