summaryrefslogtreecommitdiff
path: root/lib/chef/node_map.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-08-06 15:13:23 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-08-06 15:13:23 -0700
commita2c1a49a7f7d7c712db2097a5bb581f956416ac2 (patch)
treeb73330983ee08c6c31f9c635eb4d46bfebf04126 /lib/chef/node_map.rb
parent83ab18515911416ae3622dbcfd44c2ce56b76546 (diff)
downloadchef-a2c1a49a7f7d7c712db2097a5bb581f956416ac2.tar.gz
add rdoc and tests
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/node_map.rb')
-rw-r--r--lib/chef/node_map.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/node_map.rb b/lib/chef/node_map.rb
index 9c3d223181..a4891234f5 100644
--- a/lib/chef/node_map.rb
+++ b/lib/chef/node_map.rb
@@ -66,6 +66,7 @@ EOH
# override from cookbooks is allowed.
# @param __core_override__ [Boolean] Advanced-mode override to add to a key
# even in locked mode.
+ # @param chef_version [String] version constraint to match against the running Chef::VERSION
#
# @yield [node] Arbitrary node filter as a block which takes a node argument
#