summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-03 09:54:15 -0800
committerGitHub <noreply@github.com>2017-03-03 09:54:15 -0800
commita1f6a8f765da584fc1be1584ed48000eb6828a35 (patch)
tree4d90b11b8c71786e7e05e2eb284ec7264e44675c /chef-config
parentee73e1c3f766d75b8310bc578b2baa25eb57796a (diff)
parent511037d83ac6ab3a1f96704982950b84b81324cb (diff)
downloadchef-a1f6a8f765da584fc1be1584ed48000eb6828a35.tar.gz
Merge pull request #5856 from chef/lcg/remove-resource-cloning
Chef-13 remove resource cloning and 3694 warnings
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/config.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index 00af16687a..fb41cfae99 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -1046,12 +1046,6 @@ module ChefConfig
default :rubygems_url, "https://rubygems.org"
- # This controls the behavior of resource cloning (and CHEF-3694 warnings). For Chef < 12 the behavior
- # has been that this is 'true', in Chef 13 this will change to false. Setting this to 'true' in Chef
- # 13 is not a viable or supported migration strategy since Chef 13 community cookbooks will be expected
- # to break with this setting set to 'true'.
- default :resource_cloning, true
-
# If installed via an omnibus installer, this gives the path to the
# "embedded" directory which contains all of the software packaged with
# omnibus. This is used to locate the cacert.pem file on windows.