class apcupsd::munin( $ensure => present, ) { munin::plugin::deploy { 'apc_nis': source => "apcupsd/munin/apc_nis" , ensure => $ensure, } # We might want to replace the debian plugin with a newer one which better # maximum limits: http://munin-monitoring.org/browser/munin/plugins/node.d/apc_nis.in munin::plugin { 'apc_nis': ensure => $ensure, } }