Fix wrong queue-pattern type

This commit is contained in:
Simon Unge 2023-09-26 20:57:24 +00:00
parent c13dfa4e1a
commit e8a872ff42
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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"}]}]}]}]}],
[]},