summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp16
1 files changed, 0 insertions, 16 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index fdb58ca..e7e22d1 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -81,22 +81,6 @@ class munin::plugins::base {
notify => Service[munin-node];
}
- puppet::fact{
- interfaces:
- source => "puppet://$servername/munin/facter/interfaces.rb",
- require => Package[iproute];
- }
- case $vserver {
- guest: {}
- '': {}
- default: {
- puppet::fact{
- acpi_available:
- source => "puppet://$servername/munin/facter/acpi_available.rb",
- require => Package[acpi];
- }
- }
- }
}
# handle if_ and if_err_ plugins