Skip to content

Commit 17a0028

Browse files
author
Eric Nothen
committed
Minor fix to resolve a manifest_whitespace_opening_brace_before check that is alrady on master
1 parent 138a977 commit 17a0028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
$proto_dist = 'inet6_tcp'
129129
$ssl_path = ''
130130
}
131-
$ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce( {}) |$memo, $item| {
131+
$ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce({}) |$memo, $item| {
132132
$orig = $_environment_variables["RABBITMQ_${item}_ERL_ARGS"]
133133
$munged = $orig ? {
134134
# already quoted, keep quoting

0 commit comments

Comments
 (0)