We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138a977 commit 17a0028Copy full SHA for 17a0028
manifests/config.pp
@@ -128,7 +128,7 @@
128
$proto_dist = 'inet6_tcp'
129
$ssl_path = ''
130
}
131
- $ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce( {}) |$memo, $item| {
+ $ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce({}) |$memo, $item| {
132
$orig = $_environment_variables["RABBITMQ_${item}_ERL_ARGS"]
133
$munged = $orig ? {
134
# already quoted, keep quoting
0 commit comments