Skip to content

ULHPC/puppet-dhcp

Repository files navigation

Dhcp Puppet Module

Puppet Forge License Supported Platforms

Configure DHCP client and server

  Copyright (c) 2026 UL HPC Team <hpc-sysadmins@uni.lu>

| Project Page | Sources | Issues |

Synopsis

Configure DHCP client and server.

This module implements the following elements:

  • Puppet classes:

    • dhcp
    • dhcp::client
    • dhcp::client::common
    • dhcp::client::debian
    • dhcp::client::redhat
    • dhcp::params
    • dhcp::server
    • dhcp::server::common
    • dhcp::server::debian
    • dhcp::server::redhat
  • Puppet definitions:

All these components are configured through a set of variables you will find in manifests/params.pp.

Dependencies

See metadata.json. In particular, this module depends on

Overview and Usage

Class dhcp

This is the main class defined in this module.

Use it as follows:

 include 'dhcp'

Librarian-Puppet / R10K Setup

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'

Developments / Issues / Contributing to the code

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.

Licence

This project and the sources proposed within this repository are released under the terms of the GPL-3.0 licence.

Licence

About

Configure ISC DHCP client and server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors