summaryrefslogtreecommitdiff
path: root/manifests/client/debian.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-10 16:48:01 -0500
committerMicah Anderson <micah@riseup.net>2010-12-10 16:48:01 -0500
commit74f66a8e77b153552ef52efee03187320e1ce877 (patch)
tree9f842135e5a62df7d0ef503dcf045e19238ff013 /manifests/client/debian.pp
parentfefc399e7e28ec871d91089d535073c2bc705009 (diff)
standardize formatting
Diffstat (limited to 'manifests/client/debian.pp')
-rw-r--r--manifests/client/debian.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index bd0fad5..e75f484 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -1,13 +1,15 @@
class munin::client::debian inherits munin::client::package {
+
# the plugin will need that
if !defined(Package["iproute"]) {
package { "iproute": ensure => installed }
- }
+ }
Service["munin-node"]{
# sarge's munin-node init script has no status
hasstatus => $lsbdistcodename ? { sarge => false, default => true }
}
+
File["/etc/munin/munin-node.conf"]{
content => template("munin/munin-node.conf.$operatingsystem.$lsbdistcodename"),
}