Skip to content

Commit

Permalink
Add logic for managing FIPS
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Jun 3, 2021
1 parent 9c05ceb commit df0a7d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omnibus/omnibus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@
:x86
end
windows_arch arch

fips_mode (ENV["OMNIBUS_FIPS_MODE"] || "").casecmp("true") >= 0

0 comments on commit df0a7d1

Please sign in to comment.