summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authordavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-08-08 21:14:06 +0000
committerdavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-08-08 21:14:06 +0000
commitc169781def9e89e69683669f59607591c8395788 (patch)
treed85df5b7ffb2e6ed93f2454bedcbafd92ec40fd6 /manifests
parenta254bb2c2260c08ed3c234792231a8ec1e1b5c12 (diff)
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
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
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: }