-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.kitchen.yml
52 lines (48 loc) · 1005 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
41
42
43
44
45
46
47
48
49
50
51
52
---
driver:
name: vagrant
customize:
memory: 1024
provisioner:
name: chef_zero
client_rb:
chef_license: "accept-silent"
deprecations_as_errors: false
verifier:
name: inspec
platforms:
- name: centos-7
driver:
box: bento/centos-7.6
run_list:
- recipe[selinux::disabled]
- name: ubuntu-18.04
driver:
box: bento/ubuntu-18.04
- name: debian-9
driver:
box: bento/debian-9.9
lifecycle:
pre_converge:
- remote: sudo apt-get update
- name: debian-10
driver:
box: bento/debian-10
suites:
- name: default
run_list:
- recipe[mysql_test::default]
- recipe[mattermost-cookbook::default]
attributes:
mattermost:
app:
email_settings:
smtp_server: localhost
smtp_port: 25
sql_settings:
address: 127.0.0.1
username: root
password: ""
verifier:
inspec_tests:
- test/integration/default/inspec