Skip to content

Commit

Permalink
(PA-4877) Use Ruby 3 with Puppet 8 on Windows FIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed May 9, 2023
1 parent f835b5d commit a261f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/projects/_shared-agent-settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
proj.setting(:ldflags, "-L#{proj.libdir} -Wl,-rpath=#{proj.libdir},-z,relro,-z,now")
end

if ruby_version_x == "3" && !platform.is_aix? && !platform.is_solaris? && !(platform.is_windows? && platform.is_fips?)
if ruby_version_x == "3" && !platform.is_aix? && !platform.is_solaris?
proj.setting(:openssl_version, '3.0')
elsif platform.name =~ /^redhatfips-/
proj.setting(:openssl_version, '1.1.1-fips')
Expand Down

0 comments on commit a261f3c

Please sign in to comment.