Configure DHCP client and server
Copyright (c) 2026 UL HPC Team <hpc-sysadmins@uni.lu>
| Project Page | Sources | Issues |
Configure DHCP client and server.
This module implements the following elements:
-
Puppet classes:
dhcpdhcp::clientdhcp::client::commondhcp::client::debiandhcp::client::redhatdhcp::paramsdhcp::serverdhcp::server::commondhcp::server::debiandhcp::server::redhat
-
Puppet definitions:
All these components are configured through a set of variables you will find in
manifests/params.pp.
See metadata.json. In particular, this module depends on
This is the main class defined in this module.
Use it as follows:
include 'dhcp'
You can of course configure the dhcp module in your Puppetfile to make it available with Librarian puppet or
r10k by adding the following entry:
# Modules from the Puppet Forge
mod "ULHPC/dhcp"
or, if you prefer to work on the git version:
mod "ULHPC/dhcp",
:git => 'https://github.com/ULHPC/puppet-dhcp',
:ref => 'main'
This Puppet Module has been implemented in the context of the UL HPC Platform of the University of Luxembourg. It relies on Vox Pupuli modulesync for its organization.
You can submit bugs / issues / feature requests using the ULHPC/dhcp Puppet Module Tracker. You are more than welcome to contribute to its development by sending a pull request.
This project and the sources proposed within this repository are released under the terms of the GPL-3.0 licence.
