summaryrefslogtreecommitdiff
path: root/manifests/plugins/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/linux.pp')
-rw-r--r--manifests/plugins/linux.pp16
1 files changed, 7 insertions, 9 deletions
diff --git a/manifests/plugins/linux.pp b/manifests/plugins/linux.pp
index c7beb59..30e0af6 100644
--- a/manifests/plugins/linux.pp
+++ b/manifests/plugins/linux.pp
@@ -1,10 +1,8 @@
-class munin::plugins::linux inherits munin::plugins::base {
- munin::plugin {
- [ df_abs, forks, df_inode, irqstats, entropy, open_inodes ]:
- ensure => present;
- acpi:
- ensure => $acpi_available;
- }
-
- include munin::plugins::interfaces
+class munin::plugins::linux {
+ munin::plugin {
+ [ df_abs, forks, df_inode, irqstats, entropy, open_inodes ]:
+ ensure => present;
+ acpi:
+ ensure => $acpi_available;
+ }
}