I am trying to install resource before I execute my own recipe.
.kitchen.yaml:
run_list:
- recipe[ets_base_filesystems::default]
- recipe[nexpose::default]
- recipe[ets_nexpose_bootstrap::default]
Execution log:
Synchronizing Cookbooks:
- ets_base_filesystems
- nexpose
- ets_nexpose_bootstrap
- lvm
- chef_handler
- windows
Compiling Cookbooks...
Recipe: ets_nexpose_bootstrap::getconfig
Event though, I have mentioned order in run list. First two, recipes are being skipped. I have tried to add include_recipe in default.rb.
Thanks