From fe30a5c319f1b27d53efa1a4956d9ecd483fb4c9 Mon Sep 17 00:00:00 2001 From: jordanbreenpuppet Date: Thu, 15 Sep 2022 14:19:58 +0100 Subject: [PATCH] (MAINT) Refactoring supported 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 Windows Server 2008 & 2008 R2 was removed. Support for Windows 7 & 8 was removed. Support for Fedora 27 & 28 was removed. Support for OSX 10.12, 10.13 & 10.14 was removed. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html --- metadata.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/metadata.json b/metadata.json index 0e025c97..6f873992 100644 --- a/metadata.json +++ b/metadata.json @@ -17,11 +17,7 @@ { "operatingsystem": "Windows", "operatingsystemrelease": [ - "7", - "8", "10", - "2008", - "2008 R2", "2012", "2012 R2", "2016", @@ -44,21 +40,6 @@ "11" ] }, - { - "operatingsystem": "Fedora", - "operatingsystemrelease": [ - "27", - "28" - ] - }, - { - "operatingsystem": "OSX ", - "operatingsystemrelease": [ - "10.12", - "10.13", - "10.14" - ] - }, { "operatingsystem": "RedHat", "operatingsystemrelease": [