{"id":20596284,"url":"https://github.com/ulhpc/puppet-dhcp","last_synced_at":"2026-02-28T11:02:40.477Z","repository":{"id":57664576,"uuid":"92748895","full_name":"ULHPC/puppet-dhcp","owner":"ULHPC","description":"Configure ISC DHCP client and server","archived":false,"fork":false,"pushed_at":"2026-02-13T10:58:50.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"devel","last_synced_at":"2026-02-13T19:36:42.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ULHPC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/index.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-05-29T14:46:10.000Z","updated_at":"2026-02-13T10:58:47.000Z","dependencies_parsed_at":"2024-05-21T12:58:53.170Z","dependency_job_id":"b576e5d8-5c4a-4143-82fa-e0b4833f2d7b","html_url":"https://github.com/ULHPC/puppet-dhcp","commit_stats":{"total_commits":50,"total_committers":5,"mean_commits":10.0,"dds":"0.43999999999999995","last_synced_commit":"272b7d62e63ade96afda41abba84ba3783f726cb"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/ULHPC/puppet-dhcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-dhcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-dhcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-dhcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-dhcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ULHPC","download_url":"https://codeload.github.com/ULHPC/puppet-dhcp/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-dhcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29931059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T08:16:10.596Z","updated_at":"2026-02-28T11:02:40.454Z","avatar_url":"https://github.com/ULHPC.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"-*- mode: markdown; mode: visual-line;  -*-\n\n# Dhcp Puppet Module\n\n[![Puppet Forge](http://img.shields.io/puppetforge/v/ULHPC/dhcp.svg)](https://forge.puppetlabs.com/ULHPC/dhcp)\n[![License](http://img.shields.io/:license-GPL3.0-blue.svg)](LICENSE)\n![Supported Platforms](http://img.shields.io/badge/platform-debian-lightgrey.svg)\n\nConfigure DHCP client and server\n\n      Copyright (c) 2020 UL HPC DevOps Team \u003chpc-sysadmins@uni.lu\u003e\n\n\n| [Project Page](https://github.com/ULHPC/puppet-dhcp) | [Sources](https://github.com/ULHPC/puppet-dhcp) | [Issues](https://github.com/ULHPC/puppet-dhcp/issues) |\n\n## Synopsis\n\nConfigure DHCP client and server.\n\nThis module implements the following elements:\n\n* __Puppet classes__:\n    - `dhcp`\n    - `dhcp::client`\n    - `dhcp::client::common`\n    - `dhcp::client::debian`\n    - `dhcp::client::redhat`\n    - `dhcp::params`\n    - `dhcp::server`\n    - `dhcp::server::common`\n    - `dhcp::server::debian`\n    - `dhcp::server::redhat`\n\n* __Puppet definitions__:\n\nAll these components are configured through a set of variables you will find in\n[`manifests/params.pp`](manifests/params.pp).\n\n_Note_: the various operations that can be conducted from this repository are piloted from a [`Rakefile`](https://github.com/ruby/rake) and assumes you have a running [Ruby](https://www.ruby-lang.org/en/) installation.\nSee `docs/contributing.md` for more details on the steps you shall follow to have this `Rakefile` working properly.\n\n## Dependencies\n\nSee [`metadata.json`](metadata.json). In particular, this module depends on\n\n* [puppetlabs/stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib)\n* [puppet/rsyslog](https://forge.puppetlabs.com/puppet/rsyslog)\n\n## Overview and Usage\n\n### Class `dhcp`\n\nThis is the main class defined in this module.\nIt accepts the following parameters:\n\n* `$ensure`: default to 'present', can be 'absent'\n\nUse it as follows:\n\n     include ' dhcp'\n\nSee also [`tests/init.pp`](tests/init.pp)\n\n### Class `dhcp::client`\n\nSee [`tests/client.pp`](tests/client.pp)\n### Class `dhcp::client::debian`\n\nSee [`tests/client/debian.pp`](tests/client/debian.pp)\n### Class `dhcp::client::redhat`\n\nSee [`tests/client/redhat.pp`](tests/client/redhat.pp)\n### Class `dhcp::server`\n\nSee [`tests/server.pp`](tests/server.pp)\n### Class `dhcp::server::debian`\n\nSee [`tests/server/debian.pp`](tests/server/debian.pp)\n### Class `dhcp::server::redhat`\n\nSee [`tests/server/redhat.pp`](tests/server/redhat.pp)\n\n\n## Librarian-Puppet / R10K Setup\n\nYou can of course configure the dhcp module in your `Puppetfile` to make it available with [Librarian puppet](http://librarian-puppet.com/) or\n[r10k](https://github.com/adrienthebo/r10k) by adding the following entry:\n\n     # Modules from the Puppet Forge\n     mod \"ULHPC/dhcp\"\n\nor, if you prefer to work on the git version:\n\n     mod \"ULHPC/dhcp\",\n         :git =\u003e 'https://github.com/ULHPC/puppet-dhcp',\n         :ref =\u003e 'production'\n\n## Issues / Feature request\n\nYou can submit bug / issues / feature request using the [ULHPC/dhcp Puppet Module Tracker](https://github.com/ULHPC/puppet-dhcp/issues).\n\n## Developments / Contributing to the code\n\nIf you want to contribute to the code, you shall be aware of the way this module is organized.\nThese elements are detailed on [`docs/contributing.md`](contributing/index.md).\n\nYou are more than welcome to contribute to its development by [sending a pull request](https://help.github.com/articles/using-pull-requests).\n\n## Puppet modules tests within a Vagrant box\n\nThe best way to test this module in a non-intrusive way is to rely on [Vagrant](http://www.vagrantup.com/).\nThe `Vagrantfile` at the root of the repository pilot the provisioning various vagrant boxes available on [Vagrant cloud](https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93\u0026sort=\u0026provider=virtualbox\u0026q=svarrette) you can use to test this module.\n\nSee [`docs/vagrant.md`](vagrant.md) for more details.\n\n## Licence\n\nThis project and the sources proposed within this repository are released under the terms of the [GPL-3.0](LICENCE) licence.\n\n\n[![Licence](https://www.gnu.org/graphics/gplv3-88x31.png)](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fpuppet-dhcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulhpc%2Fpuppet-dhcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fpuppet-dhcp/lists"}