summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Taggart <taggart@riseup.net>2014-01-17 13:52:12 -0800
committerMatt Taggart <taggart@riseup.net>2014-01-17 13:52:12 -0800
commit4ac1f1b59647d14822954be54e9a2f3fc9cd54e2 (patch)
tree1dd6b8a6fdaa707c5323c944c7476500813c0887
parent66509ce468ce9af7f79fa5235aeae6c49200e622 (diff)
disable service dependency
-rw-r--r--manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index f2f0edc..fdc3f1b 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -12,13 +12,13 @@ class check_mk::config (
line => "cfg_dir=${etc_dir}/nagios/local",
path => "${etc_dir}/nagios/nagios.cfg",
require => File["${etc_dir}/nagios/local"],
- notify => Class['check_mk::service'],
+ #notify => Class['check_mk::service'],
}
file_line { 'add-guest-users':
ensure => present,
line => 'guest_users = [ "guest" ]',
path => "${etc_dir}/check_mk/multisite.mk",
- notify => Class['check_mk::service'],
+ #notify => Class['check_mk::service'],
}
concat { "${etc_dir}/check_mk/main.mk":
owner => 'root',