summaryrefslogtreecommitdiff
path: root/lib/chef/deprecated.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-05-07 14:25:12 -0700
committerTim Smith <tsmith@chef.io>2019-05-17 12:10:43 -0700
commitbe0fc336d7bcfcaea53fc119450bacfb6b031ee5 (patch)
tree8acd7bb3d283014c8289789c7cd1267e8c7c65da /lib/chef/deprecated.rb
parent51deebd1b78520c0d4113c0da37b7a19697c19b7 (diff)
downloadchef-be0fc336d7bcfcaea53fc119450bacfb6b031ee5.tar.gz
Remove resource collision deprecations
Switch to only doing warnings. Remove the features in the node_map that we never used. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/deprecated.rb')
-rw-r--r--lib/chef/deprecated.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/deprecated.rb b/lib/chef/deprecated.rb
index 825614b96c..b4ad8a84cd 100644
--- a/lib/chef/deprecated.rb
+++ b/lib/chef/deprecated.rb
@@ -216,9 +216,9 @@ class Chef
end
end
- class MapCollision < Base
- target 25
- end
+ # id 25 was deleted
+
+ # id 3694 was deleted
class ShellOut < Base
target 26