summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 0d701af..69e9f2e 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -95,7 +95,7 @@ class munin::client::debian inherits munin::client::base {
# the plugin will need that
package { "iproute": ensure => installed }
- Service["munin-node"]:
+ Service["munin-node"]{
# sarge's munin-node init script has no status
hasstatus => $lsbdistcodename ? { sarge => false, default => true }
}