Puppet Class: munin::client::gentoo
- Inherits:
- munin::client::base
- Defined in:
- manifests/client/gentoo.pp
Overview
install a munin client on gentoo
2 3 4 5 6 7 8 9 10 |
# File 'manifests/client/gentoo.pp', line 2
class munin::client::gentoo inherits munin::client::base {
Package['munin-node'] {
name => 'munin',
category => 'net-analyzer',
}
include munin::plugins::gentoo
}
|