Method: Chef::Node#normal

Defined in:
lib/chef/node.rb

#normalObject Also known as: normal_attrs

Set a normal attribute of this node, but auto-vivify any Mashes that might be missing



202
203
204
# File 'lib/chef/node.rb', line 202

def normal
  attributes.normal
end