summaryrefslogtreecommitdiff
path: root/manifests/agent.pp
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-07 13:11:20 +0000
committerKeith Burdis <keith@burdis.org>2013-02-07 13:11:20 +0000
commitdaf091c1d249703132b35380e7c973a132aca093 (patch)
tree06f7b31d736b8790c6ffd0306652d4425a42d7c2 /manifests/agent.pp
parent6405936dae74ed336f1421a27c7c22abf6d02d9e (diff)
Use exported resources to populate all_hosts array.
Diffstat (limited to 'manifests/agent.pp')
-rw-r--r--manifests/agent.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/agent.pp b/manifests/agent.pp
index ab71466..9b7b0df 100644
--- a/manifests/agent.pp
+++ b/manifests/agent.pp
@@ -67,4 +67,5 @@ class check_mk::agent (
enable => true,
}
}
+ @@check_mk::host { $::fqdn: }
}