forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for configuring the rabbitmq_management web UI
When rabbitmq::admin_enable => true, then also configure RabbitMQ to enable the rabbitmq_management web UI, running on rabbitmq::management_port. Or, if ssl => true, then configure it as an SSL listener on rabbitmq::ssl_management_port. Also added a ssl_port parameter which defines the SSL port for RabbitMQ service itself. Previously, the rabbitmq::ssl_management_port parameter was used for the RabbitMQ service SSL bind port. So this potentially breaks people who are currently using this module to configure RabbitMQ for SSL on a non-standard port. (They need to use the ssl_port parmeter now, instead of ssl_management_port.) Not exactly sure the best way to approach a solution to that.
- Loading branch information
Mike Dorman
committed
Aug 8, 2014
1 parent
e4c4d08
commit 7f5a21f
Showing
5 changed files
with
106 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters