Skip to content

Commit b6fd744

Browse files
Eric Nothenwyardley
authored andcommitted
Minor fix to resolve a manifest_whitespace_opening_brace_before check that is alrady on master
1 parent 89c1f1f commit b6fd744

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
@@ -129,7 +129,7 @@
129129
$proto_dist = 'inet6_tcp'
130130
$ssl_path = ''
131131
}
132-
$ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce( {}) |$memo, $item| {
132+
$ipv6_or_tls_env = ['SERVER_ADDITIONAL', 'CTL'].reduce({}) |$memo, $item| {
133133
$orig = $_environment_variables["RABBITMQ_${item}_ERL_ARGS"]
134134
$munged = $orig ? {
135135
# already quoted, keep quoting

0 commit comments

Comments
 (0)