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