diff options
Diffstat (limited to 'chef-config/lib/chef-config/config.rb')
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 2f261b45a7..73b2246058 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -1007,7 +1007,7 @@ module ChefConfig default :blocked_normal_attributes, nil default :blocked_override_attributes, nil - # deprecated config options that will be removed in Chef Infra Client 17 + # 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 |