Skip to content

hotschedules/puppet-module-dhclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-module-dhclient

Manages the DHCP Client for AWS instances (Route53 DNS)

Requirements


  • Puppet version 3 or greater with Hiera support
  • Puppet Modules:
OS Family Module
ALL clabs/core

Usage


Loading the dhclient class:

include dhclient

Configuration


All configuration settings should be defined using Hiera.

Example

dhclient::interface:    'eth0'
dhclient::searchpath:
    - "%{::domain}"
    - "sub1.%{::domain}"
    - "sub2.%{::domain}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.1%
  • Puppet 26.2%
  • Ruby 21.9%
  • Shell 8.3%
  • HTML 2.5%