-
-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathkitchen.yml
95 lines (91 loc) · 1.79 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: amazonlinux-2
- name: centos-7
- name: centos-stream-8
- name: debian-10
- name: debian-11
- name: opensuse-leap-15
- name: rockylinux-8
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: windows-2016
driver:
gui: false
box: tas50/windows_2016
customize:
memory: 2048
suites:
- name: default
excludes:
- windows-2016
run_list:
- recipe[nodejs::default]
attributes:
nodejs:
manage_node: true
npm:
install_method: embedded
npm_packages:
- name: express
- name: socket.io
version: 1.0.4
- name: express
action: :uninstall
- name: npm_embedded
excludes:
- windows-2016
run_list:
- recipe[nodejs::npm]
attributes:
nodejs:
npm:
install_method: embedded
- name: npm_source
excludes:
- windows-2016
run_list:
- recipe[nodejs::npm]
attributes:
nodejs:
npm:
install_method: source
- name: package
excludes:
- windows-2016
run_list:
- recipe[test::default]
- name: source
excludes:
- windows-2016
run_list:
- recipe[test::source]
- name: options
includes:
- ubuntu-20.04
run_list:
- recipe[nodejs]
attributes:
nodejs:
packages:
- nodejs
- acpid
- adcli
package_options:
acpid: "--force-yes"
package_action:
adcli: :nothing
- name: chocolatey
includes:
- windows-2016
run_list:
- recipe[test::chocolatey]