Puppet Class: conf::network::install::dhcpcd

Inherited by:
conf::network::dhcpcd
conf::network::install::dhcpcd_latest
Defined in:
manifests/network/install/dhcpcd.pp

Overview



1
2
3
4
5
# File 'manifests/network/install/dhcpcd.pp', line 1

class conf::network::install::dhcpcd {

  package { "dhcpcd5": }

}