From bdb8d71a4cffd2111be32570f1babaaae081881a Mon Sep 17 00:00:00 2001 From: Keith Burdis Date: Fri, 8 Feb 2013 14:54:52 +0000 Subject: puppet-lint to the rescue --- manifests/hostgroup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/hostgroup.pp') 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, -- cgit v1.2.3