Skip to content

Commit

Permalink
Merge pull request #1112 from bastelfreak/ol7
Browse files Browse the repository at this point in the history
Drop EoL EL7 support
  • Loading branch information
evgeni authored Jan 7, 2025
2 parents 33c557d + 7567d59 commit 5e1b9b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/plugin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
Expand All @@ -30,7 +29,6 @@
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8",
"9"
]
Expand Down

0 comments on commit 5e1b9b2

Please sign in to comment.