aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xymon
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xymon')
-rw-r--r--modules/xymon/manifests/client.pp10
1 files changed, 4 insertions, 6 deletions
diff --git a/modules/xymon/manifests/client.pp b/modules/xymon/manifests/client.pp
index 6d0335ec..890430c6 100644
--- a/modules/xymon/manifests/client.pp
+++ b/modules/xymon/manifests/client.pp
@@ -7,12 +7,10 @@ class xymon::client {
$service = 'xymon'
}
- if versioncmp($::lsbdistrelease, '5') < 0 {
- service { $service:
- hasstatus => false,
- status => "${::lib_dir}/xymon/client/runclient.sh status",
- require => Package['xymon-client'],
- }
+ service { $service:
+ hasstatus => false,
+ status => "${::lib_dir}/xymon/client/runclient.sh status",
+ require => Package['xymon-client'],
}
# TODO replace with a exported ressource