From 77de935ceeffeb91dcfad63853fc0ad3faf82a8e Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Tue, 21 Jan 2025 00:36:29 -0500 Subject: [PATCH 1/2] Add Debian 12 and Ubuntu 24.04 --- metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 7cd7a09..2dd4ef5 100644 --- a/metadata.json +++ b/metadata.json @@ -53,14 +53,16 @@ "operatingsystemrelease": [ "18.04", "20.04", - "22.04" + "22.04", + "24.04" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, { From b120cdf506875e029e80dd06c4a07675a3a74b0b Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Tue, 21 Jan 2025 17:29:11 -0500 Subject: [PATCH 2/2] Remove Support section from README because it is wrong - check metadata instead --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 59350d1..1478e15 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ * [Overview](#overview) * [Setup](#setup) -* [Support](#support) * [Reference](#reference) * [Limitations](#limitations) * [Development](#development) @@ -51,28 +50,6 @@ class{'lldpd': } ``` -## Support - -This module supports the installation on: - -* Archlinux -* CentOS 7 -* Fedora 32 -* Debian 9 -* Debian 10 -* Ubuntu 16.04 -* Ubuntu 18.04 -* Ubuntu 20.04 -* VirtuozzoLinux 7 -* FreeBSD 11 -* FreeBSD 12 - -The fact is present on all Operating Systems except for FreeBSD. Docker -acceptance tests work for CentOS 6 and 7. Vagrant acceptance tests work for -Fedora 25. Other nodesets are currently not present. The module requires at -least Puppet 4.9.4 (this is the first version with proper data-in-modules -support). - ## Development This project contains tests for [rspec-puppet](http://rspec-puppet.com/).