summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKapil Chouhan <kapil.chouhan@msystechnologies.com>2019-01-17 13:10:38 +0530
committerKapil Chouhan <kapil.chouhan@msystechnologies.com>2019-01-17 13:10:38 +0530
commitc1b66d09f74576786e340c2be8cfb82b96adbde9 (patch)
treee1324884cff8a4c353d705894382237aac8314b0
parentdb5111da69019be156ed0888cfda9dd6b6846677 (diff)
downloadchef-c1b66d09f74576786e340c2be8cfb82b96adbde9.tar.gz
Fix for Property deprecations are broken in Chef 13
Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
-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 792df69f71..aafc99326f 100644
--- a/lib/chef/deprecated.rb
+++ b/lib/chef/deprecated.rb
@@ -285,6 +285,10 @@ class Chef
def inspect
"#{message}\n#{location}"
end
+
+ def target
+ "property.html"
+ end
end
class Generic < Base