summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-21 15:58:48 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-21 15:58:48 +0000
commit00aabf0e0b1950b97528d73b2e6906d2b5de00aa (patch)
tree87efb9b0ae499394ca76194bb6c938c0b95250d2 /manifests
parent274e54bda13b811bf91c9bc3a04b0032d60b1164 (diff)
removed unnedded definition
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@1083 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-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": }