From 9c3c758c010b04b77859352d11615fc1625a0429 Mon Sep 17 00:00:00 2001 From: jordanbreenpuppet Date: Thu, 15 Sep 2022 09:38:28 +0100 Subject: [PATCH] (MAINT) Refactoring OSs based on puppet agent docs Prior to this commit the metadata.json file for this module listed OSs that are not supported by puppet agent as supported. This commit aims to refactor the metadata.json file to only list OSs that are supported by puppet agent. In this commit: - Support for CentOS 8 was removed. - Support for Ubuntu 22.04 was added. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html --- metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index c550f385..68a8ba18 100644 --- a/metadata.json +++ b/metadata.json @@ -29,8 +29,7 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", - "8" + "7" ] }, { @@ -59,7 +58,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", - "20.04" + "20.04", + "22.04" ] }, {