From: jordanbreenpuppet Date: Thu, 15 Sep 2022 08:18:02 +0000 (+0100) Subject: (MAINT) Refactoring OSs based on puppet agent docs X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3551a2b37037b06d61ef7404ef86cbc936ba5410;p=puppet-modules%2Fpuppetlabs-firewall.git (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 instance, CentOS 8 has been removed from the supported OSs in metadata.json. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html --- diff --git a/metadata.json b/metadata.json index 880a2f0..00fca28 100644 --- a/metadata.json +++ b/metadata.json @@ -26,8 +26,7 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", - "8" + "7" ] }, {