From 229bb7ff1efad4c5dcbbe8e8047413aebbca72e5 Mon Sep 17 00:00:00 2001 From: Simon Aquino Date: Wed, 12 Nov 2014 00:45:13 +0000 Subject: [PATCH] Removing trailing whitespaces --- manifests/init.pp | 2 +- manifests/params.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 6c1e1e6..814b89a 100755 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, diff --git a/manifests/params.pp b/manifests/params.pp index 39d0f04..bd46ea7 100755 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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,