From 0fda3c7a7c933b3e5d694d163913da726e868701 Mon Sep 17 00:00:00 2001 From: Ulrik Haugen Date: Fri, 27 Mar 2026 10:01:09 +0100 Subject: [PATCH] Add support for el10 Includes version bump of puppet/epel requirement as their support of el10 landed in 6.0.0. --- data/os/RedHat/10.yaml | 1 + metadata.json | 15 ++++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 data/os/RedHat/10.yaml diff --git a/data/os/RedHat/10.yaml b/data/os/RedHat/10.yaml new file mode 100644 index 00000000..68b52939 --- /dev/null +++ b/data/os/RedHat/10.yaml @@ -0,0 +1 @@ +python::default_system_version: "3.12" diff --git a/metadata.json b/metadata.json index 9cd44130..b9c5a946 100644 --- a/metadata.json +++ b/metadata.json @@ -24,13 +24,15 @@ "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "9" + "9", + "10" ] }, { @@ -62,21 +64,24 @@ "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, {