summaryrefslogtreecommitdiff
path: root/manifests/plugins/centos.pp
blob: 0bb7697f2c924270b98468555d73558740efb3b6 (plain)
1
2
3
4
5
6
# Install munin plugins for centos
class munin::plugins::centos inherits munin::plugins::base {
  munin::plugin { 'users':
    ensure => present,
  }
}