From 7567d59b1329e909726b3035f8bee241927047c3 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 20 Sep 2024 12:23:06 +0200 Subject: [PATCH] Drop EoL EL7 support --- manifests/plugin.pp | 2 +- metadata.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/plugin.pp b/manifests/plugin.pp index 595c71393..601bce288 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -59,7 +59,7 @@ Boolean $enabled = true, String $digest_type = 'sha1', Boolean $pin = false, - Array[String[1]] $download_options = ($facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '7') ? { true => [], default => ['--http1.1'] }, + Array[String[1]] $download_options = ['--http1.1'], ) { include jenkins diff --git a/metadata.json b/metadata.json index 79604430e..c54ad1e8d 100644 --- a/metadata.json +++ b/metadata.json @@ -16,7 +16,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7", "8", "9" ] @@ -30,7 +29,6 @@ { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "7", "8", "9" ]