Calvinverse / resource.queue

This repository contains the source code and Packer configuration files to create an image, for either Hyper-V or Azure, that contains an instance of the RabbitMQ server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple AD server addresses are incorrectly placed in the rabbit ldap configuration

pvandervelde opened this issue · comments

It currently looks like

rabbitmq_auth_backend_ldap, [
  {log, network},
  {
    servers, [

      "172.17.26.1"

      "172.17.26.2"

      "172.17.26.3"

    ]
  },

But there really should be comma's at the end of the list

Trailing comma's in the rabbit config are evil ...