Skip to content

Commit

Permalink
fix default dashboard port in type
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Feb 3, 2014
1 parent 46d7e5f commit ccc630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/sensu_dashboard_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc630b

Please sign in to comment.