From: Stephen Gran Date: Tue, 10 Sep 2013 21:18:16 +0000 (+0100) Subject: fix options X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1ad98d848fe840575bc20e546ead19318a155886;p=mirror%2Fdsa-puppet.git fix options Signed-off-by: Stephen Gran --- diff --git a/modules/roles/files/pubsub/rabbitmq-mgmt.config b/modules/roles/files/pubsub/rabbitmq-mgmt.config index 4710fb501..c32d3e091 100644 --- 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_options, [ + {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"}]} ]} ]}