-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.kitchen.yml
More file actions
30 lines (27 loc) · 971 Bytes
/
Copy path.kitchen.yml
File metadata and controls
30 lines (27 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: mwrock/Windows2012R2
transport:
name: winrm
suites:
- name: default
run_list:
- recipe[workstation-windows::default]
- recipe[workstation-windows::install_applications]
- recipe[workstation-windows::install_games]
- recipe[workstation-windows::install_visual_studio]
- recipe[workstation-windows::install_unity]
- recipe[workstation-windows::setup_test_environment]
attributes:
workstation:
visual_studio:
packages: ['visualstudio2015community']
extensions: [
['VsVim', 'https://visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329/file/6390/59/VsVim.vsix']
]
extension_dir: 'C:/Users/vagrant/AppData/Local/Microsoft/VisualStudio/14.0/Extensions'
vsix_installer_dir: 'C:/Program Files (x86)/Microsoft Visual Studio 14.0/Common7/IDE'