From 5b5c51f2f2c5ceb99818a7d5db987cf25e9fa8c5 Mon Sep 17 00:00:00 2001
From: Ciaran McCrisken <ciaran.mccrisken@puppet.com>
Date: Wed, 24 Feb 2021 13:56:21 +0000
Subject: [PATCH] (MAINT) Remove RHEL 5 OS family support

---
 metadata.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/metadata.json b/metadata.json
index f53f541a5..ecad54e3b 100644
--- a/metadata.json
+++ b/metadata.json
@@ -25,7 +25,6 @@
     {
       "operatingsystem": "RedHat",
       "operatingsystemrelease": [
-        "5",
         "6",
         "7",
         "8"
@@ -34,7 +33,6 @@
     {
       "operatingsystem": "CentOS",
       "operatingsystemrelease": [
-        "5",
         "6",
         "7",
         "8"
@@ -43,7 +41,6 @@
     {
       "operatingsystem": "OracleLinux",
       "operatingsystemrelease": [
-        "5",
         "6",
         "7"
       ]