From a254bb2c2260c08ed3c234792231a8ec1e1b5c12 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Aug 2007 21:05:45 +0000 Subject: minor fixes: sort fact contents; do not use non-existant service status on sarge; use --verbose instead of --test git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@193 f03ff2f1-f02d-0410-970d-b9634babeaa1 --- manifests/client.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/client.pp b/manifests/client.pp index 967b7ef..08b1aba 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -110,7 +110,8 @@ class munin::client::debian service { "munin-node": ensure => running, - hasstatus => true, + # sarge's munin-node init script has no status + hasstatus => $lsb_release { sarge => false, default => true } } munin::register { $fqdn: } -- cgit v1.2.3