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.pp6
1 files changed, 1 insertions, 5 deletions
diff --git a/manifests/plugins/linux.pp b/manifests/plugins/linux.pp
index 5c6afe9..30e0af6 100644
--- a/manifests/plugins/linux.pp
+++ b/manifests/plugins/linux.pp
@@ -1,12 +1,8 @@
-class munin::plugins::linux inherits munin::plugins::base {
-
+class munin::plugins::linux {
munin::plugin {
[ df_abs, forks, df_inode, irqstats, entropy, open_inodes ]:
ensure => present;
acpi:
ensure => $acpi_available;
}
-
- include munin::plugins::interfaces
-
}