Puppet Class: conf::network::interfaces

Defined in:
manifests/network/interfaces.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::network::interfaces


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

}