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}},