From 03940204190f390cd31e9b7b63e6bb76755b1111 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 8 Dec 2020 13:50:15 +0100 Subject: [PATCH] Drop CentOS 6 support CentOS 6 is EOL and the tests don't pass anymore. We need to drop support for it. --- .github/workflows/ci.yml | 2 -- data/family/RedHat/6.yaml | 2 -- metadata.json | 2 -- 3 files changed, 6 deletions(-) delete mode 100644 data/family/RedHat/6.yaml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 056403a0..efc6a4c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,6 @@ jobs: fail-fast: false matrix: setfile: - - name: CentOS 6 - value: centos6-64vpnserver.ma{hostname=vpnserver}-centos7-64vpnclienta.a{hostname=vpnclienta} - name: CentOS 7 value: centos7-64vpnserver.ma{hostname=vpnserver}-centos7-64vpnclienta.a{hostname=vpnclienta} - name: CentOS 8 diff --git a/data/family/RedHat/6.yaml b/data/family/RedHat/6.yaml deleted file mode 100644 index 85e9ab9c..00000000 --- a/data/family/RedHat/6.yaml +++ /dev/null @@ -1,2 +0,0 @@ -openvpn::additional_packages: ['easy-rsa','openvpn-auth-ldap'] -openvpn::ldap_auth_plugin_location: '/usr/lib64/openvpn/plugin/lib/openvpn-auth-ldap.so' diff --git a/metadata.json b/metadata.json index 9277e8ae..4d7e1959 100644 --- a/metadata.json +++ b/metadata.json @@ -26,7 +26,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6", "7", "8" ] @@ -34,7 +33,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "6", "7", "8" ]