标签: chef scep
我想在Windows 2012服务器中使用Chef Recipe安装System Center Endpoint Protection(SCEP)。我使用下面的脚本来安装exe文件(scepinstall.exe)。看起来这不是正确的食谱。请帮忙
scepinstall.exe
windows_package 'SCEP' do source 'C:/foldername/scepinstall.exe' installer_type :custom options '/Q' end