我的 Chef 食谱存储在 chef/cookbooks/ 文件夹中。跑步kitchen converge
时我仍然收到通知
Berksfile, Cheffile, cookbooks/, or metadata.rb not found so Chef will run with effectively no cookbooks. Is this intended?
我尝试了很多选择,例如:
suites:
- name: default
run_list: recipe[git]
cookbook_path: "chef/cookbooks"
但我找不到合适的解决方案。如何指定说明书和角色的路径?