Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在为 IIS 安装运行 chef-client 以安装新网站时,我收到此错误:“无法找到包 iis_site。” iis_site 资源如何工作?
您必须添加depends "windows"到您的 metadata.rb 文件,您还必须下载 windows 食谱和依赖项,并将其上传到您的组织。
depends "windows"
knife cookbook site download windows knife cookbook upload windows
使用依赖“windows”将允许您使用来自 windows 说明书的各种资源,包括 IIS_SITE 资源。