Created
October 27, 2015 22:05
-
-
Save Sauraus/5705eeb735261fd456f6 to your computer and use it in GitHub Desktop.
only_if vs is on Chef resource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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