diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-06-30 14:57:20 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-06-30 14:57:20 -0700 |
commit | 1b82c9ea5b092ef18708b3461c2fe3ba0f7315e6 (patch) | |
tree | 9c823ef1111044b35dd0a79e94f0dcf81cc74e9b /lib/chef/deprecated.rb | |
parent | 6f39fdb08fa54d040d4dd07c84599f9299ce26bb (diff) | |
download | chef-1b82c9ea5b092ef18708b3461c2fe3ba0f7315e6.tar.gz |
Reserve deprecation ID that was used in Chef-15lcg/resource_name_without_provides_chef_16
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/deprecated.rb')
-rw-r--r-- | lib/chef/deprecated.rb | 4 |
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/" |