summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
blob: 867e1af5d781912a62560f25e8217a0d524f5c6f (plain)
1
2
3
4
5
6
7
8
class apcupsd::munin(
  $ensure = present
) {
  munin::plugin::deploy { 'apc_nis':
    source => "apcupsd/munin/apc_nis",
    ensure => $ensure,
  }
}