From ba02e0192a5e04a86159b635ae2d3197b174f070 Mon Sep 17 00:00:00 2001 From: Francesco Di Nucci Date: Mon, 9 Dec 2024 09:18:00 +0100 Subject: [PATCH] chore!: drop Debian 10 and FreeBSD 12, EL7 cleanup * Debian 10 and FreeBSD 12 are now EOL * Remove remaining EL7-related files --- data/os/Debian.10.yaml | 1 - data/os/RedHat.7.yaml | 1 - metadata.json | 2 -- 3 files changed, 4 deletions(-) delete mode 100644 data/os/Debian.10.yaml delete mode 100644 data/os/RedHat.7.yaml diff --git a/data/os/Debian.10.yaml b/data/os/Debian.10.yaml deleted file mode 100644 index 0746545d..00000000 --- a/data/os/Debian.10.yaml +++ /dev/null @@ -1 +0,0 @@ -puppetboard::python_version: '3.7' diff --git a/data/os/RedHat.7.yaml b/data/os/RedHat.7.yaml deleted file mode 100644 index 72b8ec12..00000000 --- a/data/os/RedHat.7.yaml +++ /dev/null @@ -1 +0,0 @@ -puppetboard::python_version: '3.6' diff --git a/metadata.json b/metadata.json index 351eb330..91fb8884 100644 --- a/metadata.json +++ b/metadata.json @@ -28,7 +28,6 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "10", "11", "12" ] @@ -36,7 +35,6 @@ { "operatingsystem": "FreeBSD", "operatingsystemrelease": [ - "12", "13", "14" ]