Skip to content

Commit 7b0034e

Browse files
ogajduseevgeni
authored andcommitted
Revert "Pin openssl to 3.5.5-3.el9 on EL9 Jenkins nodes"
This reverts commit 026028a.
1 parent 4e9254f commit 7b0034e

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

  • puppet/modules/jenkins_node/manifests

puppet/modules/jenkins_node/manifests/init.pp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@
2222
) {
2323
include fastly_purge
2424

25-
# Workaround for RHEL-192424: openssl-3.5.7-1 on EL9 broke TLS handling.
26-
# Exclude the broken build and pin back to the last known-good NVR, following
27-
# the same approach used in forklift (theforeman/forklift#1962) and
28-
# foremanctl (theforeman/foremanctl#632).
29-
if $facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '9' {
30-
file_line { 'dnf-exclude-broken-openssl':
31-
ensure => absent,
32-
path => '/etc/dnf/dnf.conf',
33-
line => 'excludepkgs=openssl-3.5.7-1.*,openssl-libs-3.5.7-1.*,openssl-fips-provider-3.5.7-1.*',
34-
match => '^excludepkgs=',
35-
}
36-
-> package { ['openssl', 'openssl-libs']:
37-
ensure => '3.5.5-3.el9',
38-
}
39-
}
40-
4125
if $facts['os']['family'] == 'RedHat' {
4226
$java_package = 'java-21-openjdk-headless'
4327

0 commit comments

Comments
 (0)