我们可以在当地运行厨师食谱(厨师独奏或厨师零)
chef-client -z --runlist 'recipe[cookbookname::recipename]'
或
chef-client --local-mode C:\chefrepo\cookbooks\example\recipes\default.rb
但是,如何通过将cookbook保存在远程服务器中以本地模式运行CHEF客户端?像这样的东西?
chef-client --local-mode \\10.10.1.1\cookbooks\example\recipe
请澄清。
答案 0 :(得分:0)
您可以使用--config-option chef_repo_path=whatever
来控制回购邮件的位置(默认情况下,/var/chef
为chef-solo
,本地模式为.
。那说,可能不是吗?在生产文件部署的网络文件系统的道路上,存在许多痛苦和痛苦以及无法解释的中断。如果您想要一个集中存储系统,那就是Chef Server的用途。