Puppet Class: conf::network::install::bridge_latest

Inherits:
conf::network::install::bridge
Defined in:
manifests/network/install/bridge_latest.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_latest


7
8
9
10
11
# File 'manifests/network/install/bridge_latest.pp', line 7

class conf::network::install::bridge_latest inherits conf::network::install::bridge {
  Package["bridge-utils"] {
    ensure => latest,
  }
}