Add missing comma
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
34d54c4be7
commit
9a4edf5f64
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
%% Here goes the cluster config
|
%% Here goes the cluster config
|
||||||
{cluster_nodes, {['rabbit@rabbitmq01{{env_suffix}}.phx2.fedoraproject.org',
|
{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'],
|
'rabbit@rabbitmq03{{env_suffix}}.phx2.fedoraproject.org'],
|
||||||
disc}},
|
disc}},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue