summaryrefslogtreecommitdiff
path: root/manifests/client/gentoo.pp
blob: 6a010508b4ee9e7cd090ea1b649d4491051cf939 (plain)
1
2
3
4
5
6
7
8
class munin::client::gentoo inherits munin::client::package {
  Package['munin-node'] {
    name => 'munin',
    category => 'net-analyzer',
  }

  include munin::plugins::gentoo
}