From d63bc7ba3edc39e2fe7dbbefd87edac45176b13b Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 5 Jun 2010 12:20:24 +0200 Subject: fix dependency cycle --- manifests/client/openbsd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3