Skip to content

Commit 6dcea0f

Browse files
Merge pull request #114 from noelmcloughlin/localhost
fix(robustness): use loopbackip instead of localhost
2 parents 4bfe476 + f5b1e97 commit 6dcea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabbitmq/config/plugins/install.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rabbitmq-config-plugins-enabled-{{ name }}-{{ plugin }}:
2626
2727
rabbitmq-config-plugins-{{ name }}-rabbitmqadmin-install:
2828
cmd.run:
29-
- name : curl -k -L http://localhost:15672/cli/rabbitmqadmin -o /usr/local/sbin/rabbitmqadmin
29+
- name : curl -k -L http://127.0.0.1:15672/cli/rabbitmqadmin -o /usr/local/sbin/rabbitmqadmin
3030
- unless: test -x /usr/local/sbin/rabbitmqadmin
3131
- onlyif: /usr/sbin/rabbitmq-plugins --node {{ name }} is_enabled rabbitmq_management
3232
- require:

0 commit comments

Comments
 (0)