Skip to content

Commit

Permalink
Merge pull request #14186 from chef/jfm/chef18-config.rb
Browse files Browse the repository at this point in the history
Removing deprecated attributes
  • Loading branch information
johnmccrae committed Jan 29, 2024
2 parents 1f41cb1 + 583e538 commit 1d28c04
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions chef-config/lib/chef-config/config.rb
Expand Up @@ -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.
Expand Down

0 comments on commit 1d28c04

Please sign in to comment.