-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
Enabling new plugin fails #566
Comments
Also odd that the RPM from epel ships two different versions:
Same seems true with the one from the official repo:
Both are shell scripts; it seems like the one in Reverting ec5aff0 would be easy enough, but maybe the one in |
I updated the fix in #570 and it seems to work even with the old RMQ version on RHEL 6. We'll have to cut another major release for the module soon, so will try to get this included. Thanks a lot for the detailed report / information. |
Switch back to using rabbitmq-plugins from system path (#566)
Switch back to using rabbitmq-plugins from system path (voxpupuli#566)
Switch back to using rabbitmq-plugins from system path (voxpupuli#566)
When i try to enable a extra plugin, the plugin is enabled bot not running.
When executing the command that the provider uses (
/usr/lib/rabbitmq/bin/rabbitmq-plugins
) manually an error shows upThe start the plugin i must restart the
rabbitmq-server
serviceWhen i execute the command that's shown on the site of rabbitmq (
rabbitmq-plugins
) to enable a plugin the command succeeds and the the plugin is enabled and running without restarting therabbitmq-server
serviceAfter some investigation is found out that the correct path to the rabbitmq-plugins script should be
/usr/sbin/rabbitmq-plugins
in stead of/usr/lib/rabbitmq/bin/rabbitmq-plugins
In commit ec5aff0 the path is changed for the Redhat OS
OS: {"name"=>"RedHat", "family"=>"RedHat", "release"=>{"full"=>"6.7", "major"=>"6", "minor"=>"7"}}
Rabbitmq: 3.6.5
Erlang: 19.0.4
Puppet: 3.6.2
Rabbitmq module: 5.4.0
The text was updated successfully, but these errors were encountered: