From 6c4cade34f2583575a76fb76b9480241b49cbbe6 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 26 Aug 2013 10:05:26 +0100 Subject: [PATCH] fix up to make valid Signed-off-by: Stephen Gran --- modules/roles/files/pubsub/rabbitmq.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/roles/files/pubsub/rabbitmq.config b/modules/roles/files/pubsub/rabbitmq.config index cd34d8895..f3b9f0cb7 100644 --- a/modules/roles/files/pubsub/rabbitmq.config +++ b/modules/roles/files/pubsub/rabbitmq.config @@ -1,7 +1,7 @@ - {ssl_listeners, [5671]}, - {ssl_options, [{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}]} + ,{ssl_listeners, [5671]}, + {ssl_options, [{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}]} -- 2.20.1