While am executing this package resource in a cookbook, it shows the following error:
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
I get this error:
FATAL: Chef::Exceptions::ValidationFailed: Option installer_type must be a kind of [String]! You passed :inno.
I also tried :msi,:custom
, same error only. Also for exe files we need :inno
type only.