class apcupsd::munin( $ensure = present ) { # TODO: disable this in the future as apcupsd_ww is more flexible munin::plugin::deploy { 'apc_nis': source => "apcupsd/munin/apc_nis", ensure => $ensure, } # From http://munin-monitoring.org/browser/munin-contrib/plugins/ups/apcupsd_ww munin::plugin::deploy { 'apcupsd_ww': source => "apcupsd/munin/apcupsd_ww", ensure => $ensure, } }