Puppet Class: conf::network::install::bridge

Inherited by:
conf::network::install::bridge_latest
Defined in:
manifests/network/install/bridge.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::network::install::bridge


7
8
9
# File 'manifests/network/install/bridge.pp', line 7

class conf::network::install::bridge {
  package { "bridge-utils": }
}