From 323dcfd5e59fdd571870121756f23c3f868e6a1d Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Tue, 24 Oct 2023 10:37:03 -0500 Subject: [PATCH] [puppetsync] Add EL9 support (#59) --- CHANGELOG | 3 +++ metadata.json | 17 +++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 474ee89..470ccfc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Oct 23 2023 Steven Pritchard - 1.5.0 +- [puppetsync] Add EL9 support + * Wed Oct 11 2023 Steven Pritchard - 1.4.0 - [puppetsync] Updates for Puppet 8 - These updates may include the following: diff --git a/metadata.json b/metadata.json index 8c02176..f104734 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-simp_snmpd", - "version": "1.4.0", + "version": "1.5.0", "author": "SIMP Team", "summary": "Configures snmpd agent using v3 USM on the client", "license": "Apache-2.0", @@ -55,33 +55,38 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] } ],