summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 6736147..d82044b 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -92,7 +92,7 @@ class check_mk::config (
}
# re-read config if it changes
exec { 'check_mk-refresh':
- command => "/bin/su -l -c '${bin_dir}/check_mk -I' ${site}",
+ command => "/bin/su -l -c '${bin_dir}/check_mk -II' ${site}",
refreshonly => true,
notify => Exec['check_mk-reload'],
}