We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8047d1c commit 26e4748Copy full SHA for 26e4748
lib/puppet/file_serving/http_metadata.rb
@@ -51,6 +51,7 @@ def collect
51
# Prefer the checksum_type from the indirector request options
52
# but fall back to the alternative otherwise
53
[@checksum_type, :sha256, :sha1, :md5, :mtime].each do |type|
54
+ next if type == :md5 && Puppet::Util::Platform.fips_enabled?
55
@checksum_type = type
56
@checksum = @checksums[type]
57
break if @checksum
0 commit comments