-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
I don't think this works on Ubuntu 12.04. #302
Comments
hi, |
I hit enter and posted a blank body. It's been updated. My bad. |
I can second this. The MCollective server, client will not work on Ubuntu 12.04 with SSL activated.
You'll need to upgrade ruby-stomp to get this to work. What about a check on the ruby-stomp version if SSL is enabled? |
The ruby-stomp problem has been around for a while. I remember opening issue https://tickets.puppetlabs.com/browse/MODULES-459 and sending PR #121 to allow specifying the ruby-stomp version. We usually set it to "latest". |
We're running Puppetmasters on Ubuntu 12.04 and they happen to be mcollective clients as well. This module is setting the heartbeat option:
plugin.activemq.heartbeat_interval = 30
Which doesn't seem to be working with the version of the ruby-stomp package that's distributed.
ruby-stomp
It seems that the mcollecitive package and plugins depend on this package. We have v1.3.5 of the stomp gem installed, but that's not what mco appears to be using.
There's currently no way in the module to suppress the heartbeat option.
The text was updated successfully, but these errors were encountered: