summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 4e8d146..49f038b 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -4,7 +4,7 @@ define check_mk::host (
) {
$host = $title
if size($host_tags) > 0 {
- $taglist = join($host_tags,'|')
+ $taglist = join(any2array($host_tags),'|')
$entry = "${host}|${taglist}"
}
else {