包含 Chef 服务器 URL 的节点属性?

node attribute containing Chef server URL?

Chef 服务器 URL 是否可以作为节点的属性访问?我想根据节点连接到的服务器 ID (URL) 更改自定义配方行为。

https://docs.chef.io/ohai.html 未列出提供的服务器 (URL)。

谢谢

chef_server_url config setting 不可用作节点属性,但您可以通过 Chef::Config:

访问此配置
Chef::Config['chef_server_url']