From 9a4edf5f646a308081ffcfecb51aa88df2bdb7db Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 2 Aug 2018 20:53:09 +0000 Subject: [PATCH] Add missing comma Signed-off-by: Patrick Uiterwijk --- roles/rabbitmq_cluster/templates/rabbitmq.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rabbitmq_cluster/templates/rabbitmq.config b/roles/rabbitmq_cluster/templates/rabbitmq.config index 35fe546843..ae095b223d 100644 --- a/roles/rabbitmq_cluster/templates/rabbitmq.config +++ b/roles/rabbitmq_cluster/templates/rabbitmq.config @@ -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}},