summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,