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

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

  include munin::plugins::gentoo
  
}