无法使用厨师安装JDK

时间:2016-02-23 12:50:11

标签: chef chef-recipe

windows_package 'JDK' do
  source 'http://tvmatp236702d:8081/nexus/content/repositories/CSDP/jdk/windows/jdk_windows/1.0.0/jdk_windows-1.0.0.exe'
  options '-ms'
  installer_type :custom
  action :install
end

在运行上面的配方时,jdk正在下载但是为了安装我收到了这个错误:

**RuntimeError:
Unable to find a Chef::Provider::Package::Windows provider for installer_type 'custom'**

1 个答案:

答案 0 :(得分:0)

{12}中:custom安装程序类型仅添加到Chef的核心。在此之前,您需要包含windows食谱。