Here is a example snipit of code:
mwh_dir = "#{node['fmw']['middleware_home_dir']}"
I have just been using this syntax without being able to find details online of why I need to use the node
stanza.
If someone could explain what the purpose of node
is within that code.
note: fmw
is an object defined in the .kitchen.yml and middleware_home_dir
is a variable defined within that object.