Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit c60185d

Browse files
committed
Reverse order of ciphers in generated file to ensure they match rabbitmq.conf. The ct helpers will not verify this as the snippets and results are deep sorted
1 parent acdddd4 commit c60185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/schema/rabbitmq_web_stomp.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ end}.
115115
{translation, "rabbitmq_web_stomp.ssl_config.ciphers",
116116
fun(Conf) ->
117117
Settings = cuttlefish_variable:filter_by_prefix("web_stomp.ssl.ciphers", Conf),
118-
[V || {_, V} <- Settings]
118+
lists:reverse([V || {_, V} <- Settings])
119119
end}.
120120

121121

0 commit comments

Comments
 (0)