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
commit82dc3da0817f5709d6bbc96043c90db4b55b4deb (patch)
tree87efb9b0ae499394ca76194bb6c938c0b95250d2 /manifests
parent1804eec4a2d9d99964373595da00349adc869cac (diff)
removed unnedded definition
git-svn-id: https://svn/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": }