summaryrefslogtreecommitdiff
path: root/manifests/plugins/vserver.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-07-15 20:41:39 +0200
committermh <mh@immerda.ch>2010-07-15 20:41:39 +0200
commitdab730ed6b0667d4356c0e8e21e37719ea977a93 (patch)
treea00789980ad6bb8cbf27bf41c31de8c88dfb9171 /manifests/plugins/vserver.pp
parente7d23dabf191c5416197af0b229fc90b94539405 (diff)
fixing weird class setup
we had some weird class setup which caused some problems on 2.6 (see puppet bug #4242 for more info). This commit cleans that weird setup up and decouples a lot of things.
Diffstat (limited to 'manifests/plugins/vserver.pp')
-rw-r--r--manifests/plugins/vserver.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/plugins/vserver.pp b/manifests/plugins/vserver.pp
index f24af07..e3eec05 100644
--- a/manifests/plugins/vserver.pp
+++ b/manifests/plugins/vserver.pp
@@ -1,7 +1,7 @@
-class munin::plugins::vserver inherits munin::plugins::base {
- munin::plugin {
- [ netstat, processes ]:
- ensure => present;
- }
+class munin::plugins::vserver {
+ munin::plugin {
+ [ netstat, processes ]:
+ ensure => present;
+ }
}