Puppet Class: conf::network::interfaces
- Defined in:
- manifests/network/interfaces.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 12 |
# File 'manifests/network/interfaces.pp', line 7
class conf::network::interfaces {
include conf::network::install::bridge_latest
include conf::network::config::interfaces
}
|