summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-02-24 15:48:21 -0500
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-02-24 16:17:27 -0500
commit1220857b7d1b88a1dc41ada07e075b176d70a70c (patch)
treecaa1d91f3bbe8f5d6de57fa2943b8ded01756578
parent4ed2fc9307f57911e376ec946faf05353f301106 (diff)
downloadchef-ksubrama/test_fix.tar.gz
Don't warn about FIPS - it's a proper feature nowksubrama/test_fix
-rw-r--r--chef-config/lib/chef-config/config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index ba646c8530..9d18f4f2be 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -912,7 +912,6 @@ module ChefConfig
# sure Chef runs do not crash.
# @api private
def self.enable_fips_mode
- ChefConfig.logger.warn "The `fips` feature is still a work in progress. This feature is incomplete."
OpenSSL.fips_mode = true
require "digest"
require "digest/sha1"