summaryrefslogtreecommitdiff
path: root/manifests/hostgroup.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/hostgroup.pp')
-rw-r--r--manifests/hostgroup.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hostgroup.pp b/manifests/hostgroup.pp
index 756ef50..ac66a16 100644
--- a/manifests/hostgroup.pp
+++ b/manifests/hostgroup.pp
@@ -5,7 +5,7 @@ define check_mk::hostgroup (
) {
$group = $title
$group_tags = join($hostgroups[$group], ',')
- concat::fragment { "check_mk-hostgroup-${host}":
+ concat::fragment { "check_mk-hostgroup-${group}":
target => $target,
content => " ( '${group}', [ ${group_tags} ], ALL_HOSTS ),\n",
order => 21,