Skip to content

Commit b748cff

Browse files
lukebakkenmichaelklishin
authored andcommitted
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
(cherry picked from commit b25381a)
1 parent ff38347 commit b748cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/schema/rabbit.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ end}.
258258
{translation, "rabbit.ssl_options.ciphers",
259259
fun(Conf) ->
260260
Settings = cuttlefish_variable:filter_by_prefix("ssl_options.ciphers", Conf),
261-
[V || {_, V} <- Settings]
261+
lists:reverse([V || {_, V} <- Settings])
262262
end}.
263263

264264
%% ===========================================================================

0 commit comments

Comments
 (0)