summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/openbsd.pp')
-rw-r--r--manifests/plugins/openbsd.pp9
1 files changed, 3 insertions, 6 deletions
diff --git a/manifests/plugins/openbsd.pp b/manifests/plugins/openbsd.pp
index feb71fb..b549994 100644
--- a/manifests/plugins/openbsd.pp
+++ b/manifests/plugins/openbsd.pp
@@ -1,9 +1,6 @@
-class munin::plugins::openbsd inherits munin::plugins::base {
-
+class munin::plugins::openbsd {
munin::plugin {
- [ df, cpu, interrupts, load, memory, netstat, open_files,
- processes, swap, users, vmstat, memory_pools, memory_types ]:
- ensure => present,
+ [ memory_pools, memory_types ]:
+ ensure => present,
}
-
}