fix up to make valid
authorStephen Gran <steve@lobefin.net>
Mon, 26 Aug 2013 09:05:26 +0000 (10:05 +0100)
committerStephen Gran <steve@lobefin.net>
Mon, 26 Aug 2013 09:05:26 +0000 (10:05 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/files/pubsub/rabbitmq.config

index cd34d88..f3b9f0c 100644 (file)
@@ -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}]}