From f628411415f08939c352840f789bbd405a470067 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 14 Sep 2022 14:03:08 +0100 Subject: [PATCH] (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 --- metadata.json | 1 - 1 file changed, 1 deletion(-) 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" ] -- 2.45.2