【发布时间】:2016-02-02 06:12:52
【问题描述】:
我正在尝试使用主厨supermarket cookbook 安装powershell。
.NET 版本4.52 安装在节点上。
我就这样运行 chef-client:
$ chef-client –o "recipe[powershell::powershell4]"
失败是:
fail 'Attribute ms_dotnet.v4.version is not configured to install .NET4.5 as required for Powershell4' if node['ms_dotnet']['v4']['version'] < '4.5'
这个错误来自line 32 in the powershell4.rb recipe。
你认为我应该在哪里设置节点属性node['ms_dotnet']['v4']['version']?
【问题讨论】:
标签: windows chef-infra