summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client/openbsd.pp b/manifests/client/openbsd.pp
index 3c65fbd..8de025e 100644
--- a/manifests/client/openbsd.pp
+++ b/manifests/client/openbsd.pp
@@ -10,7 +10,7 @@ class munin::client::openbsd inherits munin::client::base {
command => 'cd /;tar xzf /usr/src/munin_openbsd.tar.gz',
unless => 'test -d /opt/munin',
require => File['/usr/src/munin_openbsd.tar.gz'],
- before => Exec['extract_openbsd'],
+ before => File['/var/run/munin'],
}
package{'p5-Compress-Zlib':
ensure => installed,