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

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

  include munin::plugins::gentoo
}