我有一个chef
以前运过的食谱,我现在已经添加了一些东西,我得到的只是
$ sudo chef-solo -c solo.rb web.json
Starting Chef Client, version 11.8.2
Compiling Cookbooks...
Converging 0 resources
Chef Client finished, 0 resources updated
我已经尝试将语法不正确的红宝石放入有问题的食谱default.rb
中,但它只是没有破坏,也没有其他任何事情发生。我错过了什么?
solo.rb文件是:
file_cache_path "/home/username/chef-solo"
cookbook_path "/home/username/chef-repo/cookbooks"
答案 0 :(得分:1)
我错过了-j
文件的web.json
选项。该命令应为:
$ sudo chef-solo -c solo.rb -j web.json