summaryrefslogtreecommitdiff
path: root/manifests/client/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client/debian.pp')
-rw-r--r--manifests/client/debian.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index f1bbb3c..49ee567 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -3,15 +3,6 @@ class munin::client::debian inherits munin::client::base {
# the plugin will need that
ensure_packages(['iproute'])
- $hasstatus = $::lsbdistcodename ? {
- sarge => false,
- default => true
- }
-
- Service['munin-node']{
- # sarge's munin-node init script has no status
- hasstatus => $hasstatus
- }
# workaround bug in munin_node_configure
plugin { 'postfix_mailvolume': ensure => absent }
include munin::plugins::debian