aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xymon/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xymon/manifests/client.pp')
-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 58d44257..551d5775 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 => "$::lib_dir/xymon/client/runclient.sh status",
+ status => "${::lib_dir}/xymon/client/runclient.sh status",
require => Package['xymon-client'],
}