summaryrefslogtreecommitdiff
path: root/manifests/client/gentoo.pp
blob: 186950b49eba9dfa3730b3e3a4f0f2f855d3d44f (plain)
1
2
3
4
5
6
7
8
9
10
# install a munin client on gentoo
class munin::client::gentoo inherits munin::client::package {

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

  include munin::plugins::gentoo
}