summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-04 09:08:38 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-04 09:08:38 +0000
commit55ba5a72c349ebc7f1d0ab25ee4611124f83dc29 (patch)
treee84334ebe4f50c61cf898efbea2cdf9b50bd83e3 /manifests/plugin.pp
parent0667f64f3dec19e096fa6cfcd8125ab7251549c5 (diff)
added gentoo to munin module
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@182 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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;
+ }
+}