From cd731a96419487f615c5840e42bf41550bb0db6f Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 14 Sep 2022 11:44:30 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 7d8c4de..30e8ed1 100644 --- a/metadata.json +++ b/metadata.json @@ -26,8 +26,7 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", - "8" + "7" ] }, {