summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/agent/config.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/agent/config.pp b/manifests/agent/config.pp
index 40b9ff5..58e3b1e 100644
--- a/manifests/agent/config.pp
+++ b/manifests/agent/config.pp
@@ -51,6 +51,11 @@ class check_mk::agent::config (
}
}
}
+
+ # make sure the xinetd method is not configured
+ file { '/etc/xinetd.d/check_mk':
+ ensure => absent;
+ }
}
default : {}
}