I have my Chef cookbooks stored in chef/cookbooks/ folder. When running kitchen converge
I am still getting notice
Berksfile, Cheffile, cookbooks/, or metadata.rb not found so Chef will run with effectively no cookbooks. Is this intended?
I tried many options, for example:
suites:
- name: default
run_list: recipe[git]
cookbook_path: "chef/cookbooks"
but I can't find the proper solution. How to specify the cookbooks' and roles' paths?