From 583e538a9224c22b758065db5b457042dc584611 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Thu, 18 Jan 2024 10:55:33 -0800 Subject: [PATCH] Removing deprecated attributes Signed-off-by: John McCrae --- chef-config/lib/chef-config/config.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 6b6d9de427d..7468e6c5952 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -1047,16 +1047,6 @@ def self.windows_home_path default :blocked_normal_attributes, nil default :blocked_override_attributes, nil - # deprecated config options that will be removed in Chef Infra Client 18 - default :automatic_attribute_blacklist, nil - default :default_attribute_blacklist, nil - default :normal_attribute_blacklist, nil - default :override_attribute_blacklist, nil - default :automatic_attribute_whitelist, nil - default :default_attribute_whitelist, nil - default :normal_attribute_whitelist, nil - default :override_attribute_whitelist, nil - # Pull down all the rubygems versions from rubygems and cache them the first time we do a gem_package or # chef_gem install. This is memory-expensive and will grow without bounds, but will reduce network # round trips.