diff --git a/manifests/plugin.pp b/manifests/plugin.pp index 595c7139..601bce28 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 79604430..c54ad1e8 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" ]