Manages the DHCP Client for AWS instances (Route53 DNS)
- Puppet version 3 or greater with Hiera support
- Puppet Modules:
OS Family | Module |
---|---|
ALL | clabs/core |
Loading the dhclient class:
include dhclient
All configuration settings should be defined using Hiera.
dhclient::interface: 'eth0'
dhclient::searchpath:
- "%{::domain}"
- "sub1.%{::domain}"
- "sub2.%{::domain}"