summaryrefslogtreecommitdiff
path: root/puppet/modules/check_mk/manifests/server/collect_hosts.pp
blob: 6d07897b80238ec6d96e044b3f71d35b2e7773db (plain)
1
2
3
4
5
6
class check_mk::server::collect_hosts {
  Check_mk::Host <<| |>> {
    target => "${::check_mk::config::etc_dir}/check_mk/main.mk",
    notify => Exec['check_mk-refresh']
  }
}