Information Technology Reference
In-Depth Information
Figure 8-7. node.debug_value() output before and after include_recipe
From this output, you could sort out that something in motd-attributes::message recipe
set the attribute node['motd-attributes']['company'] to "the best company in the
universe" using the default precedence, overriding what was set earlier.
Now we're done with this cookbook and virtual machine in this chapter. Run the kitchen
destroy command to shut down the virtual machine and release all the associated system re-
sources:
$ kitchen destroy
-----> Starting Kitchen (v1.2.2.dev)
-----> Destroying <default-centos65>...
==> default: Forcing shutdown of VM...
==> default: Destroying VM and associated drives...
Vagrant instance <default-centos65> destroyed.
Finished destroying <default-centos65> (0m2.95s).
-----> Kitchen is finished. (0m3.43s)
Search WWH ::




Custom Search