Skip to content

Instantly share code, notes, and snippets.

@Sauraus
Created October 27, 2015 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sauraus/5705eeb735261fd456f6 to your computer and use it in GitHub Desktop.
Save Sauraus/5705eeb735261fd456f6 to your computer and use it in GitHub Desktop.
only_if vs is on Chef resource
windows_package 'Visual Studio 2015 Tools for Unity' do
source 'http://MY_SECRET_SERVER//visualstudio/2015/vstu2015.msi'
checksum 'b326526c02c0142d0a2e7d6fe4f448a96bbebd5b4f8f333dd181d3ada911fbfa'
installer_type :msi
action :install
# only_if { platform_family?('windows') }
end if platform_family?('windows')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment