summaryrefslogtreecommitdiff
path: root/manifests/client/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-06-05 12:20:24 +0200
committermh <mh@immerda.ch>2010-06-05 12:20:24 +0200
commitd63bc7ba3edc39e2fe7dbbefd87edac45176b13b (patch)
treeec6db9395a657a4e5806fa222782fd0b44f6fdfc /manifests/client/openbsd.pp
parent45c08416b675141f75a07bb0d918109fb0eb3581 (diff)
fix dependency cycle
Diffstat (limited to 'manifests/client/openbsd.pp')
-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,