summaryrefslogtreecommitdiff
path: root/manifests/client/gentoo.pp
blob: d4fe71e6794810231383bb1c5b25b61d2616d946 (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
}