Puppet Class: role::netinsights
- Defined in:
- modules/role/manifests/netinsights.pp
Overview
2 3 4 5 6 7 8 9 |
# File 'modules/role/manifests/netinsights.pp', line 2
class role::netinsights {
include profile::base::production
include profile::firewall
include profile::pmacct
include profile::fastnetmon
include profile::samplicator
include profile::gnmi_telemetry
}
|