summaryrefslogtreecommitdiff
path: root/manifests/agent.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/agent.pp')
-rw-r--r--manifests/agent.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/agent.pp b/manifests/agent.pp
index f25c714..2ff9da5 100644
--- a/manifests/agent.pp
+++ b/manifests/agent.pp
@@ -53,7 +53,7 @@ class check_mk::agent (
}
if ( $register_agent ) {
- @@check_mk::host { $::fqdn:
+ class { 'check_mk::agent::register':
host_tags => $tags,
}
}