Puppet Class: netdev_interfaces
- Defined in:
- manifests/netdev_interfaces.pp
Overview
Class: device_hiera::netdev_interfaces
Utilize Hiera data to simplify NetDev netdev_interface configuration.
Parameters
None yet.
Variables
Here you should define a list of variables that this module would require.
-
$defaults
This contains a hash of default netdev_interface configuration values gathered from Hiera data merge. -
$ports
This contains a hash with String keys named for slot names, and String values containing a range of port numbers. -
$custom
This contains a hash with String keys for netdev_interface names that receive custom configuration. Values are another hash of configuration settings.
Examples