Add missing comma

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-08-02 20:53:09 +00:00
parent 34d54c4be7
commit 9a4edf5f64

View file

@ -14,7 +14,7 @@
%% Here goes the cluster config
{cluster_nodes, {['rabbit@rabbitmq01{{env_suffix}}.phx2.fedoraproject.org',
'rabbit@rabbitmq02{{env_suffix}}.phx2.fedoraproject.org'
'rabbit@rabbitmq02{{env_suffix}}.phx2.fedoraproject.org',
'rabbit@rabbitmq03{{env_suffix}}.phx2.fedoraproject.org'],
disc}},