Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update rabbitmq default port #147

Merged
merged 1 commit into from
Jan 31, 2014
Merged

Conversation

jlambert121
Copy link
Contributor

No description provided.

@jlambert121
Copy link
Contributor Author

I missed that 1.0 was already released, this is a breaking change though since it changes default params.

jlambert121 added a commit that referenced this pull request Jan 31, 2014
@jlambert121 jlambert121 merged commit e635e03 into sensu:master Jan 31, 2014
@@ -28,7 +28,7 @@ def initialize(*args)
newproperty(:port) do
desc "The port that the Sensu Dashboard should listen on"

defaultto '5671'
defaultto '5672'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be 8080 or some such? It's not the rabbitmq port, it's the dashboard port...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should. The default here (probably) isn't being used by anyone since it is being passed from the init.pp, but should still be updated.

https://github.com/sensu/sensu-puppet/blob/master/manifests/init.pp#L195

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved with #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants