Fix wrong queue-pattern type
This commit is contained in:
parent
c13dfa4e1a
commit
e8a872ff42
|
@ -795,6 +795,8 @@ end}.
|
|||
_ -> V
|
||||
end,
|
||||
{["default_policies","operator",ID|T], NewV};
|
||||
({["default_policies","operator",ID, "queue_pattern"], V}) ->
|
||||
{["default_policies","operator",ID,"queue_pattern"], list_to_binary(V)};
|
||||
(E) -> E
|
||||
end),
|
||||
case Props of
|
||||
|
|
|
@ -158,7 +158,7 @@ ssl_options.fail_if_no_peer_cert = true",
|
|||
{<<"ha_mode">>, <<"exactly">>},
|
||||
{<<"ha_params">>, 2},
|
||||
{<<"ha_sync_mode">>, <<"automatic">>},
|
||||
{<<"queue_pattern">>, "apple"},
|
||||
{<<"queue_pattern">>, <<"apple">>},
|
||||
{<<"vhost_pattern">>, "banana"}]}]}]}]}],
|
||||
[]},
|
||||
|
||||
|
|
Loading…
Reference in New Issue