aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xymon
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-18 14:11:25 +0000
committerMichael Scherer <misc@mageia.org>2012-02-18 14:11:25 +0000
commitfbdc32b7a21a7f330f04d62f8d3fcb3966f6daf6 (patch)
tree9b2661ac90fa73740f246d54680dc12abe5c7ebb /modules/xymon
parent1bb1a9430b2ab6bfd5665463446568d22faa6907 (diff)
downloadpuppet-fbdc32b7a21a7f330f04d62f8d3fcb3966f6daf6.tar
puppet-fbdc32b7a21a7f330f04d62f8d3fcb3966f6daf6.tar.gz
puppet-fbdc32b7a21a7f330f04d62f8d3fcb3966f6daf6.tar.bz2
puppet-fbdc32b7a21a7f330f04d62f8d3fcb3966f6daf6.tar.xz
puppet-fbdc32b7a21a7f330f04d62f8d3fcb3966f6daf6.zip
do not hardcode lib64 ( since this can be run on 32 bit vm too )
Diffstat (limited to 'modules/xymon')
-rw-r--r--modules/xymon/manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xymon/manifests/client.pp b/modules/xymon/manifests/client.pp
index a4cf6c21..58d44257 100644
--- a/modules/xymon/manifests/client.pp
+++ b/modules/xymon/manifests/client.pp
@@ -3,7 +3,7 @@ class xymon::client {
service { 'xymon-client':
hasstatus => false,
- status => '/usr/lib64/xymon/client/runclient.sh status',
+ status => "$::lib_dir/xymon/client/runclient.sh status",
require => Package['xymon-client'],
}