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

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

  include munin::plugins::gentoo
}