gpt4 book ai didi

chef-infra - 检查 Chef 是否以 Chef 独奏身份运行

转载 作者:行者123 更新时间:2023-12-03 23:24:40 26 4
gpt4 key购买 nike

我正在使用 Vagrant 和 Chef-solo 来测试我的食谱,但我有一个需要厨师服务器的特定食谱(它使用搜索)。我希望我的默认配方如下所示:

include_recipe 'some_recipe'
include_recipe 'some_other_recipe'
unless running_as_chef_solo?
include_recipe 'a_recipe_that_requires_chef_server'
end

如何从食谱中检查厨师是否作为厨师单独运行,以便我可以跳过不受支持的食谱?

最佳答案

使用 Chef::Config目的:

unless Chef::Config[:solo]
include_recipe 'a_recipe_that_requires_chef_server'
end

关于chef-infra - 检查 Chef 是否以 Chef 独奏身份运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15305761/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com