aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/xymon/manifests/client.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/xymon/manifests/client.pp b/modules/xymon/manifests/client.pp
index 50b1ec53..890430c6 100644
--- a/modules/xymon/manifests/client.pp
+++ b/modules/xymon/manifests/client.pp
@@ -8,10 +8,8 @@ class xymon::client {
}
service { $service:
- if versioncmp($::lsbdistrelease, '5') < 0 {
- hasstatus => false,
- status => "${::lib_dir}/xymon/client/runclient.sh status",
- }
+ hasstatus => false,
+ status => "${::lib_dir}/xymon/client/runclient.sh status",
require => Package['xymon-client'],
}