From c8d67d535d4a4a3f6f6a06ba9c0345c25670d0da Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 23 Oct 2023 22:56:42 -0500 Subject: [PATCH] [puppetsync] Add EL9 support --- CHANGELOG | 3 +++ metadata.json | 17 +++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 86b424b..14cf9b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Oct 23 2023 Steven Pritchard - 0.5.0 +- [puppetsync] Add EL9 support + * Wed Oct 11 2023 Steven Pritchard - 0.4.0 - [puppetsync] Updates for Puppet 8 - These updates may include the following: diff --git a/metadata.json b/metadata.json index cccd857..cc908a0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-simp_ds389", - "version": "0.4.0", + "version": "0.5.0", "author": "simp", "summary": "Profile module for SIMP DS389 server", "license": "Apache-2.0", @@ -33,31 +33,36 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] } ],