include_recipe syntax in default.rb in a Chef cookbook
include_recipe 'cookbook::recipe'
This can be invoked in this form and the
default.rb
will be called:
chef-client -z -r "cookbook"
this is shorthand for:
chef-client -z -r "cookbook::default"