summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-06-08 13:49:48 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-06-08 13:49:48 -0700
commit2ce4df51a4cdb319a3a47fa0d8ff73e851f99233 (patch)
treeb948b467c19d522980fe7d213123cdd544116e0b
parenteb1c36404da38801ca755deccfd754512dd74782 (diff)
downloadchef-lcg/deprecate-resource-namespace-magic.tar.gz
remove FIXME since its deprecated nowlcg/deprecate-resource-namespace-magic
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/provider.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index 71d3b12b34..1ebdfa6feb 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -328,8 +328,6 @@ class Chef
resource.class.properties.each do |name, property|
class_eval(<<-EOM, __FILE__, __LINE__)
def #{name}(*args, &block)
- # FIXME: DEPRECATE THIS IN CHEF 13.1
- #
# If no arguments were passed, we process "get" by defaulting
# the value to current_resource, not new_resource. This helps
# avoid issues where resources accidentally overwrite perfectly