From ccc630b32f8e6cbbf6bfa15f234feb501e9446c5 Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Mon, 3 Feb 2014 12:10:11 -0700 Subject: [PATCH] fix default dashboard port in type --- lib/puppet/type/sensu_dashboard_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/type/sensu_dashboard_config.rb b/lib/puppet/type/sensu_dashboard_config.rb index 4e688219d8..0456bcb5ad 100644 --- a/lib/puppet/type/sensu_dashboard_config.rb +++ b/lib/puppet/type/sensu_dashboard_config.rb @@ -28,7 +28,7 @@ def initialize(*args) newproperty(:port) do desc "The port that the Sensu Dashboard should listen on" - defaultto '5672' + defaultto '8080' end newproperty(:host) do