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.
2 parents 138a977 + 17a0028 commit 8f5a461Copy full SHA for 8f5a461
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