このパッケージ リソースをクックブックで実行すると、次のエラーが表示されます。
windows_package 'PuTTY version 0.60' do
source 'http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.60-installer.exe'
installer_type :inno
action :install
end
次のエラーが表示されます。
FATAL: Chef::Exceptions::ValidationFailed: Option installer_type must be a kind of [String]! You passed :inno.
私も試しましたが:msi,:custom
、同じエラーのみです。また、exeファイルの場合、:inno
タイプのみが必要です。