From fbdc32b7a21a7f330f04d62f8d3fcb3966f6daf6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 18 Feb 2012 14:11:25 +0000 Subject: do not hardcode lib64 ( since this can be run on 32 bit vm too ) --- modules/xymon/manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'], } -- cgit v1.2.1