summaryrefslogtreecommitdiff
path: root/manifests/client/gentoo.pp
blob: e79f6b02d029232456892a2082a97cfe00c17e1a (plain)
1
2
3
4
5
6
7
8
9
class munin::client::gentoo inherits munin::client::package {

  Package['munin-node'] {
    name => 'munin',
    category => 'net-analyzer',
  }

  include munin::plugins::gentoo
}