]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
(MAINT) Refactoring OSs based on puppet agent docs maint-os_refactor
authorJohn Doe <john.doe@puppet.com>
Wed, 14 Sep 2022 13:03:08 +0000 (14:03 +0100)
committerJohn Doe <john.doe@puppet.com>
Wed, 14 Sep 2022 13:03:08 +0000 (14:03 +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.

The list of supported OSs can be found here:
https://puppet.com/docs/pe/2021.7/supported_operating_systems.html

metadata.json

index 9866c6df502f563b67406a4a21424a1822883009..fc2381aee6effd725791eee2ab8aa15eac1a3c71 100644 (file)
@@ -25,7 +25,6 @@
     {
       "operatingsystem": "Ubuntu",
       "operatingsystemrelease": [
-        "18.04",
         "20.04",
         "22.04"
       ]