summaryrefslogtreecommitdiff
path: root/lib/chef/node.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-01-22 10:57:20 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-01-22 10:57:20 -0800
commit34a09206c12e0bb8b658ebd8a64a76411a17afd6 (patch)
tree3e5d313e61e9c4032302ecbe1979be9a4274704f /lib/chef/node.rb
parentfc84ad29bf1a365e343b5bb3d4206663269420cc (diff)
downloadchef-34a09206c12e0bb8b658ebd8a64a76411a17afd6.tar.gz
Chef-14 Breaking: remove node.set and node.set_unlesslcg/remove-node-set
been deprecated since late-12. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/node.rb')
-rw-r--r--lib/chef/node.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/node.rb b/lib/chef/node.rb
index 20134ca11b..7b530e1132 100644
--- a/lib/chef/node.rb
+++ b/lib/chef/node.rb
@@ -199,11 +199,6 @@ class Chef
attributes.normal
end
- def set
- Chef.deprecated(:attributes, "node.set is deprecated and will be removed in Chef 14, please use node.default/node.override (or node.normal only if you really need persistence)")
- normal
- end
-
# Set a default of this node, but auto-vivify any Mashes that might
# be missing
def default