-
Notifications
You must be signed in to change notification settings - Fork 423
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
Unable to enable plugins #392
Comments
@pcon0718 The
Are you including the
|
Thanks @devsibwarra. I tried both, and the cookbook converges fine. However I am still not able to get the plugins to install. |
The Here's a blurb from my wrapper cb; just include the recipes with settings you wish to manage/change
The erlang cookie is only managed when clustering is enabled, which is disabled by default |
That works. Thank you. |
Hi Everyone, I am unable to enable plugins using a wrapper script with the rabbitmq cookbook.
I have put the following values in my wrapper script:
The cookbook converges fine. However no plugins ever get installed.
[root@host1 rabbitmq]# rabbitmq-plugins list
Configured: E = explicitly enabled; e = implicitly enabled
| Status: * = running on rabbit@host1
|/
[ ] amqp_client 3.6.4
[ ] cowboy 1.0.3
[ ] cowlib 1.0.1
[ ] mochiweb 2.13.1
[ ] rabbitmq_amqp1_0 3.6.4
[ ] rabbitmq_auth_backend_ldap 3.6.4
[ ] rabbitmq_auth_mechanism_ssl 3.6.4
[ ] rabbitmq_consistent_hash_exchange 3.6.4
[ ] rabbitmq_event_exchange 3.6.4
[ ] rabbitmq_federation 3.6.4
[ ] rabbitmq_federation_management 3.6.4
[ ] rabbitmq_jms_topic_exchange 3.6.4
[ ] rabbitmq_management 3.6.4
[ ] rabbitmq_management_agent 3.6.4
[ ] rabbitmq_management_visualiser 3.6.4
[ ] rabbitmq_mqtt 3.6.4
[ ] rabbitmq_recent_history_exchange 1.2.1
[ ] rabbitmq_sharding 0.1.0
[ ] rabbitmq_shovel 3.6.4
[ ] rabbitmq_shovel_management 3.6.4
[ ] rabbitmq_stomp 3.6.4
[ ] rabbitmq_top 3.6.4
[ ] rabbitmq_tracing 3.6.4
[ ] rabbitmq_trust_store 3.6.4
[ ] rabbitmq_web_dispatch 3.6.4
[ ] rabbitmq_web_stomp 3.6.4
[ ] rabbitmq_web_stomp_examples 3.6.4
[ ] sockjs 0.3.4
[ ] webmachine 1.10.3
Not sure what I am doing wrong here. Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: