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 89c1f1f commit b6fd744Copy full SHA for b6fd744
manifests/config.pp
@@ -129,7 +129,7 @@
129
$proto_dist = 'inet6_tcp'
130
$ssl_path = ''
131
}
132
- $ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce( {}) |$memo, $item| {
+ $ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce({}) |$memo, $item| {
133
$orig = $_environment_variables["RABBITMQ_${item}_ERL_ARGS"]
134
$munged = $orig ? {
135
# already quoted, keep quoting
0 commit comments