summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorKeith Burdis <keith@burdis.org>2013-02-07 13:36:30 +0000
committerKeith Burdis <keith@burdis.org>2013-02-07 13:36:30 +0000
commit72a9bfa0f5acf37b9408d992d1bb7506fb632c1e (patch)
tree94ca93d5fc7993858e77c8007c22a6a4e43423cb /manifests
parent45bee4881d2d5a048341becaf2a07b0414f7c7dd (diff)
clean up
Diffstat (limited to 'manifests')
-rw-r--r--manifests/config.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 5b714ec..5fb69d1 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -27,21 +27,8 @@ class check_mk::config {
order => 03,
}
Check_mk::Host <<| |>> { notify => Exec['check_mk-restart'] }
- #file { '/etc/check_mk/main.mk':
- # ensure => present,
- # content => "all_hosts = [ 'lnxmgt-01.sbetenv.ads' ]",
- # notify => Exec['check_mk-restart'],
- #}
exec { 'check_mk-restart':
command => '/usr/bin/check_mk -O',
refreshonly => true,
}
- # TODO:
- # /etc/check_mk/main.mk
- # all_hosts = [
- # 'lnxmgt-01.sbetenv.ads',
- # 'lnxmgt-02.sbetenv.ads',
- # ]
- # # cmk -I
- # # check_mk -O
}