diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp index 6a6f375..c5440c5 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -81,7 +81,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'], } |