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

Commit

Permalink
Removing trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
queeno committed Nov 18, 2014
1 parent b99ba9d commit 229bb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# path => '',
# timeout => 5000
# }]
# An array of API endpoints to connect uchiwa to one or multiple sensu servers.
# An array of API endpoints to connect uchiwa to one or multiple sensu servers.
#
class uchiwa (
$package_name = $uchiwa::params::package_name,
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

$sensu_api_endpoints = [{
name => 'sensu',
host => '127.0.0.1',
host => '127.0.0.1',
ssl => false,
insecure => false,
port => 4567,
Expand Down

0 comments on commit 229bb7f

Please sign in to comment.