summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index e7e22d1..f07b5fa 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -125,3 +125,10 @@ class munin::plugins::vserver inherits munin::plugins::base {
}
}
+
+class munin::plugins::gentoo inherits munin::plugins::base {
+ plugin {
+ [ netstat, processes ]:
+ ensure => present;
+ }
+}