From 1e8273a21b504a18ad8066ba6c5b625473ba8b52 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 1 Oct 2008 20:41:18 +0000 Subject: adding an additional order param --- manifests/client.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/client.pp') 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, -- cgit v1.2.3