summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-22 20:55:27 -0500
committerMicah Anderson <micah@riseup.net>2009-12-22 20:55:27 -0500
commitd4df3117855d985402106e4104b87b6cb73a05c1 (patch)
tree228d12279b0ba53cb4f98bec62820fdbd035e9d6 /manifests/client
parent3594e9a5ab49ae2a60915c788d3ca3b0e979078b (diff)
remove duplicated include of plugins
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/debian.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index f7df8d5..bd0fad5 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -11,7 +11,6 @@ class munin::client::debian inherits munin::client::package {
File["/etc/munin/munin-node.conf"]{
content => template("munin/munin-node.conf.$operatingsystem.$lsbdistcodename"),
}
- include munin::plugins::debian
# workaround bug in munin_node_configure
plugin { "postfix_mailvolume": ensure => absent }