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 classOverview
A description of what this class does
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,
}
}
|