File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
rabbitmq/config/parameters Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rabbitmq-config-parameters-present-{{ name }}-{{ param }}:
1818 {%- if p.component == ' federation-upstream' % }
1919 / usr/ sbin/ rabbitmqctl -- node {{ name }} set_parameter -- vhost= {{ ' /' if ' vhost' not in p else p.vhost }} {{ p.component }} ' {{ param }} ' ' {{ p.definition|json }} ' # noqa 204
2020 {%- else % }{# federation-upstream-set for now #}
21- / usr/ sbin/ rabbitmqctl -- node {{ name }} set_parameter -- vhost={{ ' /' if ' vhost' not in p else p.vhost }} {{ p.component }} ' {{ param }} ' ' [{{ p.definition|json }} , ]' # noqa 204
21+ / usr/ sbin/ rabbitmqctl -- node {{ name }} set_parameter -- vhost={{ ' /' if ' vhost' not in p else p.vhost }} {{ p.component }} ' {{ param }} ' ' [{{ p.definition|json }} ]' # noqa 204
2222 {%- endif % }
2323 - runas: rabbitmq
2424 - onlyif: test - x / usr/ sbin/ rabbitmqctl
You can’t perform that action at this time.
0 commit comments