-
Notifications
You must be signed in to change notification settings - Fork 289
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
Comments
Yes, this bit me as well... |
@llauren I think I am having the same issue. My host are not connecting to RabbitMQ. How did you explicitly set the value? |
specify |
Yeah i got it, thanks! |
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. |
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
notsensu
.Setting the value explicitly when calling
class { 'sensu': ... }
solved my keepalive problems :)~llaurén
The text was updated successfully, but these errors were encountered: