From 1220857b7d1b88a1dc41ada07e075b176d70a70c Mon Sep 17 00:00:00 2001 From: Kartik Null Cating-Subramanian Date: Wed, 24 Feb 2016 15:48:21 -0500 Subject: Don't warn about FIPS - it's a proper feature now --- chef-config/lib/chef-config/config.rb | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.1