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.
Configure ssl_listener in stomp only for ssl
W/o this patch puppet will always configure ssl_listener for stomp and rabbitmq service will fail to start, if ssl => false. The solution is to ignore ssl_stomp_port in config_stomp stanza then ssl was not enabled and issue a puppet warn about that as well. Closes-bug: #MODULES-1414 Signed-off-by: Bogdan Dobrelya <[email protected]>
- Loading branch information
Bogdan Dobrelya
committed
Oct 14, 2014
1 parent
cbda1ce
commit fb99957
Showing
3 changed files
with
16 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