summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-07-13 20:50:36 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-07-13 20:50:36 -0700
commit7dbc3fd9888aac4e0b2282294928fb663e67a97e (patch)
tree5c401e17be244a600c84f462516945f01fee5a0a
parent3604bdc3417832fbe50b39824064964b309ac933 (diff)
downloadchef-7dbc3fd9888aac4e0b2282294928fb663e67a97e.tar.gz
The deprecation number got lost
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 4960e03871..f41b3d5443 100644
--- a/lib/chef/deprecated.rb
+++ b/lib/chef/deprecated.rb
@@ -259,6 +259,10 @@ class Chef
target 34
end
+ class PolicyfileCompatMode < Base
+ target 35
+ end
+
class Generic < Base
def url
"https://docs.chef.io/chef_deprecations_client/"