Skip to content

Commit

Permalink
Merge pull request #129 from sylvainfaivre/fix/federation-ci
Browse files Browse the repository at this point in the history
fix: federation upstream set (ci error)
  • Loading branch information
jeff350 authored Dec 6, 2023
2 parents 1ff2e54 + 7628da2 commit 8b8c2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabbitmq/config/parameters/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rabbitmq-config-parameters-present-{{ name }}-{{ param }}:
{%- if p.component == 'federation-upstream' %}
/usr/sbin/rabbitmqctl --node {{ name }} set_parameter --vhost={{ '/' if 'vhost' not in p else p.vhost }} {{ p.component }} '{{ param }}' '{{ p.definition|json }}' # noqa 204
{%- else %}{# federation-upstream-set for now #}
/usr/sbin/rabbitmqctl --node {{ name }} set_parameter --vhost={{ '/' if 'vhost' not in p else p.vhost }} {{ p.component }} '{{ param }}' '[{{ p.definition|json }},]' # noqa 204
/usr/sbin/rabbitmqctl --node {{ name }} set_parameter --vhost={{ '/' if 'vhost' not in p else p.vhost }} {{ p.component }} '{{ param }}' '[{{ p.definition|json }}]' # noqa 204
{%- endif %}
- runas: rabbitmq
- onlyif: test -x /usr/sbin/rabbitmqctl
Expand Down

0 comments on commit 8b8c2b1

Please sign in to comment.