From 9ecc2313669ca80f30ae6a2b33308ffa062f9615 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 22 May 2010 15:51:14 +0200 Subject: this package is not anymore needed on latest openbsd --- manifests/client/openbsd.pp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifests/client/openbsd.pp b/manifests/client/openbsd.pp index 2132f05..31a9621 100644 --- a/manifests/client/openbsd.pp +++ b/manifests/client/openbsd.pp @@ -12,14 +12,18 @@ class munin::client::openbsd inherits munin::client::base { require => File['/usr/src/munin_openbsd.tar.gz'], before => Exec['extract_openbsd'], } + package{'p5-Compress-Zlib': + ensure => installed, + before => File['/var/run/munin'], + } } else { package{'munin-node': ensure => installed, } } - package{ [ 'p5-Compress-Zlib', 'p5-Crypt-SSLeay', 'p5-HTML-Parser', - 'p5-HTML-Tagset', 'p5-HTTP-GHTTP', 'p5-LWP-UserAgent-Determined', - 'p5-Net-SSLeay', 'p5-Net-Server', 'p5-URI', 'p5-libwww', 'pcre', 'curl' ]: + package{ [ 'p5-Crypt-SSLeay', 'p5-HTML-Parser', 'p5-HTML-Tagset', 'p5-HTTP-GHTTP', + 'p5-LWP-UserAgent-Determined', 'p5-Net-SSLeay', 'p5-Net-Server', + 'p5-URI', 'p5-libwww', 'pcre', 'curl' ]: ensure => installed, before => File['/var/run/munin'], } -- cgit v1.2.3