From 3c9e214789657bd53c6047523ae6e897cd73a144 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 1 Oct 2008 20:51:19 +0000 Subject: switch to the / dir --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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'], } -- cgit v1.2.3