diff options
author | danielsdeleo <dan@getchef.com> | 2015-02-06 13:37:30 -0800 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-02-06 15:00:48 -0800 |
commit | e89989bd04f428c0bc0cd5ce0c459c35ebd54afe (patch) | |
tree | 8b28741195817d9a454b18df81cfb62d728f3e94 /lib/chef/config.rb | |
parent | 738f8c273402a6be4956e3a11e7c30e49c70bde1 (diff) | |
download | chef-e89989bd04f428c0bc0cd5ce0c459c35ebd54afe.tar.gz |
Remove config setting for Chef 11 deprecation warnings
We're on chef 12!
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index bf0901e182..3fa7309edb 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -499,9 +499,6 @@ class Chef # Deprecated: default(:cache_options) { { :path => PathHelper.join(file_cache_path, "checksums") } } - # Set to false to silence Chef 11 deprecation warnings: - default :chef11_deprecation_warnings, true - # knife configuration data config_context :knife do default :ssh_port, nil |