projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91eacf
)
fix options
author
Stephen Gran
<steve@lobefin.net>
Tue, 10 Sep 2013 21:18:16 +0000
(22:18 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 10 Sep 2013 21:18:16 +0000
(22:18 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/files/pubsub/rabbitmq-mgmt.config
patch
|
blob
|
history
diff --git
a/modules/roles/files/pubsub/rabbitmq-mgmt.config
b/modules/roles/files/pubsub/rabbitmq-mgmt.config
index
4710fb5
..
c32d3e0
100644
(file)
--- a/
modules/roles/files/pubsub/rabbitmq-mgmt.config
+++ b/
modules/roles/files/pubsub/rabbitmq-mgmt.config
@@
-1,12
+1,10
@@
,{rabbitmq_management,
[{listener, [
- {port,
15672},
- {ssl,
true},
- {ssl_opt
ion
s, [
+ {port, 15672},
+ {ssl, true},
+ {ssl_opts, [
{cacertfile,"/etc/ssl/debian/certs/ca.crt"},
{certfile,"/etc/ssl/debian/certs/thishost-server.crt"},
- {keyfile,"/etc/ssl/debian/keys/thishost-server.key"},
- {verify,verify_none},
- {fail_if_no_peer_cert,false}]}
+ {keyfile,"/etc/ssl/debian/keys/thishost-server.key"}]}
]}
]}