我正在尝试在执行自己的食谱之前安装资源。
.kitchen.yaml:
run_list:
- recipe[ets_base_filesystems::default]
- recipe[nexpose::default]
- recipe[ets_nexpose_bootstrap::default]
执行日志:
Synchronizing Cookbooks:
- ets_base_filesystems
- nexpose
- ets_nexpose_bootstrap
- lvm
- chef_handler
- windows
Compiling Cookbooks...
Recipe: ets_nexpose_bootstrap::getconfig
事件虽然,我在运行列表中提到了订单。前两个,食谱被跳过。我试图在default.rb中添加include_recipe。
由于