Skip to content

Commit 8bbabcb

Browse files
committed
test
1 parent 0538781 commit 8bbabcb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

manifests/integrations/http_check.pp

+5-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
$_instances = $instances
242242
}
243243

244-
$instances_array = datadog_agent::clean_empty($_instances).map |$instance| {
244+
$instances_array = $_instances.map |$instance| {
245245
Hash($instance.map |$key, $value| {
246246
case $key {
247247
'sitename': {
@@ -264,6 +264,10 @@
264264
Tuple([$key, datadog_agent::clean_empty($value_hash)])
265265
}
266266

267+
'tags': {
268+
Tuple([$key, datadog_agent::clean_empty($value)])
269+
}
270+
267271
default: {
268272
Tuple([$key, $value])
269273
}

0 commit comments

Comments
 (0)