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
| packages = %w[git conemu visualstudiocode 7zip vagrant google-chrome-x64 putty dropbox lastpass] | |
| packages.each do |package_name| | |
| chocolatey_package package_name | |
| end | |
| gems = %w[kitchen-pester kitchen-hyperv kitchen-dsc kitchen-azurerm azure-credentials pry pry-byebug pry-stack_explorer appbundle-updater] | |
| gems.each do |gem| | |
| chef_gem gem do | |
| compile_time false if respond_to?(:compile_time) | |
| end |