summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-01 20:41:18 +0000
committermh <mh@immerda.ch>2008-10-01 20:41:18 +0000
commit1e8273a21b504a18ad8066ba6c5b625473ba8b52 (patch)
tree31cb263e88e2660bbbe7bad6f040c77e2b000ffe /manifests/client.pp
parent70314baaf955865d34b9563316c9028f8b6ac018 (diff)
adding an additional order param
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 89c7b46..39119d3 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -88,6 +88,7 @@ class munin::client::openbsd inherits munin::client::base {
command => 'tar xzf /usr/src/munin_openbsd.tar.gz',
unless => 'test -d /opt/munin',
require => File['/usr/src/munin_openbsd.tar.gz'],
+ before => File['/var/run/munin'],
}
file{'/var/run/munin':
ensure => directory,