-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.kitchen.yml
40 lines (36 loc) · 886 Bytes
/
.kitchen.yml
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
31
32
33
34
35
36
37
38
39
40
---
driver:
name: vagrant
vagrantfiles:
- ../../../../Vagrantfile.kitchen
provisioner:
name: chef_solo
verifier:
name: inspec
platforms:
- name: w
transport:
name: winrm
driver:
box: gusztavvargadr/w16s
suites:
- name: default
run_list:
- recipe[gusztavvargadr_workstations_core::default]
- recipe[gusztavvargadr_workstations_git::default]
attributes:
gusztavvargadr_workstations_core:
tools:
chocolatey:
git:
version: 2.11.1
install:
params: "'/GitAndUnixToolsOnPath /NoShellIntegration'"
gusztavvargadr_workstations_git:
profiles:
workspaces:
github:
address: https://github.com/github
directory: /Users/vagrant/Repos/github
repositories:
gitignore: