diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-06-08 13:49:48 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-06-08 13:49:48 -0700 |
commit | 2ce4df51a4cdb319a3a47fa0d8ff73e851f99233 (patch) | |
tree | b948b467c19d522980fe7d213123cdd544116e0b /lib/chef/provider.rb | |
parent | eb1c36404da38801ca755deccfd754512dd74782 (diff) | |
download | chef-2ce4df51a4cdb319a3a47fa0d8ff73e851f99233.tar.gz |
remove FIXME since its deprecated nowlcg/deprecate-resource-namespace-magic
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r-- | lib/chef/provider.rb | 2 |
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 |