From: Stephen Gran Date: Mon, 26 Aug 2013 09:05:26 +0000 (+0100) Subject: fix up to make valid X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6c4cade34f2583575a76fb76b9480241b49cbbe6;p=mirror%2Fdsa-puppet.git fix up to make valid Signed-off-by: Stephen Gran --- 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}]}