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