Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Add in rhel and windows FIPS override
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Adler <radler@chef.io>
  • Loading branch information
rmoshier committed Dec 22, 2016
1 parent e29a60d commit cabce71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions omnibus/config/projects/chefdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
install_dir "#{default_root}/#{name}"
end

# Global FIPS override flag.
if windows? || rhel?
override :fips, enabled: true
end

# Load dynamically updated overrides
overrides_path = File.expand_path("../../../../omnibus_overrides.rb", __FILE__)
instance_eval(IO.read(overrides_path), overrides_path)
Expand Down

0 comments on commit cabce71

Please sign in to comment.