Puppet Class: conf::network::install::dhcpcd_latest
- Inherits:
- conf::network::install::dhcpcd
- Defined in:
- manifests/network/install/dhcpcd_latest.pp
Overview
1 2 3 4 5 6 7 |
# File 'manifests/network/install/dhcpcd_latest.pp', line 1
class conf::network::install::dhcpcd_latest inherits conf::network::install::dhcpcd {
Package["dhcpcd5"] {
ensure => latest,
}
}
|