summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-21 15:58:48 +0000
committermh <mh@immerda.ch>2008-03-21 15:58:48 +0000
commitb362db6a83161169145b3fac76de75b2f58c7594 (patch)
tree87efb9b0ae499394ca76194bb6c938c0b95250d2 /manifests/plugin.pp
parent2601cf24698507d2be6e75923b58f8fb40ed2985 (diff)
removed unnedded definition
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 81bab27..ebf1cd4 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -199,9 +199,7 @@ class munin::plugins::physical inherits munin::plugins::base {
munin::plugin { iostat: }
}
-class munin::plugins::domU inherits munin::plugins::base {
- plugin { if_eth0: ensure => "if_" }
-}
+class munin::plugins::domU inherits munin::plugins::base { }
class munin::plugins::djbdns inherits munin::plugins::base {
munin::plugin::deploy { "tinydns": }