]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(MAINT) Refactoring OSs based on puppet agent docs maint-os_refactor
authorjordanbreenpuppet <john.doe@puppet.com>
Thu, 15 Sep 2022 08:18:02 +0000 (09:18 +0100)
committerjordanbreenpuppet <john.doe@puppet.com>
Thu, 15 Sep 2022 08:18:02 +0000 (09:18 +0100)
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

metadata.json

index 880a2f0787bb887497394d6b101b471283c904f9..00fca2876ee327cacf4d2c9d4bf43505686e313b 100644 (file)
@@ -26,8 +26,7 @@
     {
       "operatingsystem": "CentOS",
       "operatingsystemrelease": [
-        "7",
-        "8"
+        "7"
       ]
     },
     {