]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 cd34d889517a215df0fd414e56d74fea857f6782..f3b9f0cb715707c07c8a309095a97f63eb2df7fb 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}]}