summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-30 19:17:09 -0700
committerGitHub <noreply@github.com>2020-06-30 19:17:09 -0700
commit45be02c3b5b656f8f2190e2d151f268113c9904f (patch)
tree5a58f307d4d2ec0479180ec9fc9be2f52f8eac7c
parent9b872ab813753b2da54d3e785589d514190c8c03 (diff)
parent1b82c9ea5b092ef18708b3461c2fe3ba0f7315e6 (diff)
downloadchef-45be02c3b5b656f8f2190e2d151f268113c9904f.tar.gz
Merge pull request #10091 from chef/lcg/resource_name_without_provides_chef_16
Reserve deprecation ID that was used in Chef-15
-rw-r--r--lib/chef/deprecated.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/deprecated.rb b/lib/chef/deprecated.rb
index d67cee8153..4a2ac69b04 100644
--- a/lib/chef/deprecated.rb
+++ b/lib/chef/deprecated.rb
@@ -241,6 +241,10 @@ class Chef
target 30
end
+ class ResourceNameWithoutProvides < Base
+ target 31
+ end
+
class Generic < Base
def url
"https://docs.chef.io/chef_deprecations_client/"