Forge Home

dhcp

Manage the ISC dhcp daemon

134,362 downloads

1,283 latest version

4.7 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 6.1.0 (latest)
  • 6.0.0
  • 5.0.1
  • 5.0.0
  • 4.0.1
  • 4.0.0
  • 3.4.0
  • 3.3.0
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.1.0
  • 2.0.0
  • 1.1.0
  • 1.0.1
  • 1.0.0
released Jan 23rd 2024
This version is compatible with:
  • Puppet Enterprise 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
  • Puppet >= 7.0.0 < 9.0.0
  • Archlinux, , , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'puppet-dhcp', '6.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add puppet-dhcp
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install puppet-dhcp --version 6.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

puppet/dhcp — version 6.1.0 Jan 23rd 2024

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v6.1.0 (2024-01-19)

Full Changelog

Implemented enhancements:

Merged pull requests:

v6.0.0 (2023-12-11)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Support for puppetlabs/stdlib 9.x, concat 9.x, Debian 12, and Ubuntu 22.04 #278 (mj)
  • Add CentOS Stream 9 and RHEL 9 support #272 (tobias-urdin)

v5.0.1 (2022-11-03)

Full Changelog

Fixed bugs:

v5.0.0 (2022-05-10)

Full Changelog

Breaking changes:

  • Drop support for Puppet 5 #256 (smortex)
  • Drop support for CentOS/RedHat 6, Debian 8,9 and Ubuntu 16.04 #254 (smortex)

Implemented enhancements:

  • allow to override host-subnetmask for pools #262 (sircubbi)
  • Add support for grouping of dhcp-pools into shared-networks #261 (sircubbi)
  • Add support for Puppet 7 #257 (smortex)
  • Add support for Debian 11, Ubuntu 20.04 #255 (smortex)
  • Extend support for event clauses to global, pool and pool6 #252 (mergwyn)

Fixed bugs:

Closed issues:

  • Add event handlers to main and pool config - Enhancement #251
  • Add support of shared-network option #158

Merged pull requests:

v4.0.1 (2020-08-23)

Full Changelog

Fixed bugs:

  • pxeserver parameter no longer supports hostnames, only IP address #239
  • Allow indefinite lease times to be set #246 (alexjfisher)

Merged pull requests:

v4.0.0 (2020-02-24)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • Allow puppetlabs/concat 6.x, puppetlabs/stdlib 6.x #225 (dhoppe)
  • set dhcpd_ifaces in rc.conf on FreeBSD #212 (mmoll)

Closed issues:

  • Ubuntu 18.04 Interfaces not set #200
  • Insert possibility to enable host declaration without IP. #106
  • Configure dhcpd_ifaces in rc.conf on FreeBSD #88

Merged pull requests:

v3.4.0 (2018-12-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v3.3.0 (2018-09-07)

Full Changelog

Implemented enhancements:

  • Use IPv6 type validation for $nameservers_ipv6 #186 (ekohl)

Fixed bugs:

  • Debian default ipv4 interfaces config has changed #189 (vStone)
  • Enclosing the omapi secret parameter in "quotes" is a syntax error #179 (infracaninophile)

Closed issues:

  • INTERFACES default option deprecated on Debian 9 #177

Merged pull requests:

v3.2.0 (2018-01-04)

Full Changelog

Implemented enhancements:

Closed issues:

  • Could not find dependent Service[dhcpd] for File[/etc/systemd/system/dhcpd.service] when manage_service is false #170

Merged pull requests:

v3.1.0 (2017-11-11)

Full Changelog

Merged pull requests:

v3.0.0 (2017-10-18)

Full Changelog

Breaking changes:

  • Write a systemd service file when using systemd #154 (petems)

Implemented enhancements:

Merged pull requests:

v2.1.0 (2017-09-27)

Full Changelog

Implemented enhancements:

Merged pull requests:

v2.0.0 (2017-06-15)

Full Changelog

Breaking changes:

Closed issues:

  • Update FreeBSD DHCP version to 4.3 #94
  • Add pools/hosts parameters for create_resources() #91
  • Add OMAPI key configuration #90
  • Add define for specifying DHCP classes #86

Merged pull requests:

v1.1.0 (2017-01-12)

Full Changelog

Merged pull requests:

v1.0.1 (2016-09-26)

Full Changelog

Closed issues:

  • All Numeric MAC causes Detail: undefined method `upcase' #109
  • Gap between forge and github version #104
  • Add MTU parameter #98

Merged pull requests:

v1.0.0 (2016-08-18)

Full Changelog

Closed issues:

  • Parameterise "authoritative" statement #87
  • No dependency on Module Concat #17
  • Docs: Rdoc for classes and defines #13
  • Docs: mention the ripienaar-concat dependency #11

Merged pull requests:

v0.5.0 (2016-05-22)

Full Changelog

Breaking changes:

  • Set ddns-hostname instead of option host-name for host declarations #59 (treydock)

Implemented enhancements:

Closed issues:

  • add unit tests #24
  • Tests - Pool has a string not an array #18

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator