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

Wrong default value of rabbitmq_vhost #473

Closed
llauren opened this issue Feb 5, 2016 · 5 comments
Closed

Wrong default value of rabbitmq_vhost #473

llauren opened this issue Feb 5, 2016 · 5 comments

Comments

@llauren
Copy link

llauren commented Feb 5, 2016

Hi,

It seems like a slash has dropped off the default value in https://github.com/sensu/sensu-puppet/blob/master/manifests/init.pp#L304 -- it should probably be /sensu not sensu.

Setting the value explicitly when calling class { 'sensu': ... } solved my keepalive problems :)

~llaurén

@dalesit
Copy link

dalesit commented Feb 9, 2016

Yes, this bit me as well...

@clintonm9
Copy link

@llauren I think I am having the same issue. My host are not connecting to RabbitMQ. How did you explicitly set the value?

@dalesit
Copy link

dalesit commented Jun 1, 2016

specify
rabbitmq_vhost => '/sensu',
in the class definition

@clintonm9
Copy link

Yeah i got it, thanks!

@jaxxstorm
Copy link
Contributor

So it looks like this was changed in this [commit|https://github.com/sensu/sensu-puppet/commit/4d00cc8cb7a8f4d9f74eb7d9ac4b5da5744122d0] way back in 2014. I'm happy to switch it back as we seem to have better support now for this.

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

No branches or pull requests

4 participants