Skip to content

Commit afb04ca

Browse files
committed
clean up
1 parent 3409428 commit afb04ca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

services/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ down: guard-optional-bool-FORCE_CONFIRM ## Stop rabbit cluster
8383
@$(call confirm_action,Are you sure you want to stop the Rabbit cluster?,yes,${FORCE_CONFIRM})
8484
@docker stack rm ${STACK_NAME}
8585

86-
destroy-cluster-with-data: down delete-volumes ## destroy rabbit cluster with data
86+
destroy-cluster-with-data: down delete-volumes ## Destroy rabbit cluster with data
8787
@echo "Cluster has been destroyed. Data has been deleted"

services/rabbit/configs/haproxy.cfg.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ backend rabbit_dashboard_backends
6868
server rabbit0{{ ix }} rabbit_rabbit0{{ ix }}:{{ RABBIT_MANAGEMENT_PORT }} check resolvers dockerdns init-addr libc,none inter 5s rise 2 fall 3
6969
{%- endfor %}
7070
# keep new line in the end to avoid "Missing LF on last line" error
71-
# random comment

0 commit comments

Comments
 (0)