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 d62d6a7 commit f06b9d4Copy full SHA for f06b9d4
manifests/integrations/http_check.pp
@@ -235,7 +235,7 @@
235
'contact' => $contact,
236
'ca_certs' => $ca_certs,
237
}]
238
- } elsif !$instances{
+ } elsif !$instances {
239
$_instances = []
240
} else {
241
$_instances = $instances
@@ -271,7 +271,8 @@
271
}
272
273
default: {
274
- Tuple([$key, $value]) }
+ Tuple([$key, $value])
275
+ }
276
277
})
278
0 commit comments