From: John Doe Date: Wed, 14 Sep 2022 13:03:08 +0000 (+0100) Subject: (MAINT) Refactoring OSs based on puppet agent docs X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fmaint-os_refactor;p=puppet-modules%2Fpuppetlabs-apt.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. 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 9866c6d..fc2381a 100644 --- a/metadata.json +++ b/metadata.json @@ -25,7 +25,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04", "20.04", "22.04" ]