From 9fc79a6c2db4b05fe16de00734c1344253f2d495 Mon Sep 17 00:00:00 2001 From: Paula McMaw Date: Thu, 31 Aug 2017 13:50:56 +0100 Subject: [PATCH] Removing unsupported OS Removing unsupported OS according to the following document: https://docs.puppet.com/pe/latest/sys_req_os.html --- metadata.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/metadata.json b/metadata.json index 29aae9ff..83695884 100644 --- a/metadata.json +++ b/metadata.json @@ -47,10 +47,6 @@ { "operatingsystem": "Fedora", "operatingsystemrelease": [ - "20", - "21", - "22", - "23", "24", "25" ] @@ -58,7 +54,6 @@ { "operatingsystem": "SLES", "operatingsystemrelease": [ - "10 SP4", "11 SP1", "12" ] @@ -66,7 +61,6 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "6", "7", "8" ]