summaryrefslogtreecommitdiff
path: root/manifests/hostgroup.pp
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-08 14:54:52 +0000
committerKeith Burdis <keith@burdis.org>2013-02-08 14:54:52 +0000
commitbdb8d71a4cffd2111be32570f1babaaae081881a (patch)
tree0a775fd39e2ec0cbe2d1054a016ceb75855bfbaa /manifests/hostgroup.pp
parent19f14ff538f9be66374498dba77fef3ba0ba9fff (diff)
puppet-lint to the rescue
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,