From c169781def9e89e69683669f59607591c8395788 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Aug 2007 21:14:06 +0000 Subject: minor fixes: boot vserver; use right fact name; go to sleep git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@194 f03ff2f1-f02d-0410-970d-b9634babeaa1 --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/client.pp b/manifests/client.pp index 08b1aba..f21a49b 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -111,7 +111,7 @@ class munin::client::debian service { "munin-node": ensure => running, # sarge's munin-node init script has no status - hasstatus => $lsb_release { sarge => false, default => true } + hasstatus => $lsbdistcodename ? { sarge => false, default => true } } munin::register { $fqdn: } -- cgit v1.2.3