diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/agent.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/agent.pp b/manifests/agent.pp index 5ce0c4b..1bacc3c 100644 --- a/manifests/agent.pp +++ b/manifests/agent.pp @@ -22,6 +22,7 @@ class check_mk::agent ( } } else { $tags = $host_tags + include check_mk::agent::service } class { 'check_mk::agent::install': @@ -40,7 +41,6 @@ class check_mk::agent ( use_ssh => $use_ssh, require => Class['check_mk::agent::install'], } - include check_mk::agent::service @@check_mk::host { $::fqdn: host_tags => $tags, } |