summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-01 20:51:19 +0000
committermh <mh@immerda.ch>2008-10-01 20:51:19 +0000
commit3c9e214789657bd53c6047523ae6e897cd73a144 (patch)
treeddead3e6bd2bb960d75c4b270ccb0c0459e0b873 /manifests/client.pp
parentb60f432b6a09d1cb29e65f2ebef4f8564abe6b70 (diff)
switch to the / dir
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 35ffb23..4d8f0ba 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -85,7 +85,7 @@ class munin::client::openbsd inherits munin::client::base {
before => File['/var/run/munin'],
}
exec{'extract_openbsd':
- command => 'tar xzf /usr/src/munin_openbsd.tar.gz',
+ command => 'cd /;tar xzf /usr/src/munin_openbsd.tar.gz',
unless => 'test -d /opt/munin',
require => File['/usr/src/munin_openbsd.tar.gz'],
}