summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2016-02-24 22:48:29 -0500
committerBryan McLellan <btm@loftninjas.org>2016-02-24 22:48:29 -0500
commit8e03a08291db95db0dc2f6fd98da494668c3f3ab (patch)
treecaa1d91f3bbe8f5d6de57fa2943b8ded01756578
parent4ed2fc9307f57911e376ec946faf05353f301106 (diff)
parent1220857b7d1b88a1dc41ada07e075b176d70a70c (diff)
downloadchef-8e03a08291db95db0dc2f6fd98da494668c3f3ab.tar.gz
Merge pull request #4622 from chef/ksubrama/test_fix
Don't print fips warning in test environment
-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"