-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
41 lines (38 loc) · 923 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
driver:
name: vagrant
forward_agent: yes
customize:
cpus: 2
memory: 2048
synced_folders:
- ['.', '/home/vagrant/just-ruby']
provisioner:
name: chef_zero
platforms:
- name: centos-6
run_list: yum-epel::default
- name: centos-7
run_list: yum-epel::default
- name: debian-8
run_list: apt::default
- name: debian-9
run_list: apt::default
- name: freebsd-10
run_list: freebsd::portsnap
- name: freebsd-11
run_list: freebsd::portsnap
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-16.04
run_list: apt::default
- name: ubuntu-18.04
run_list: apt::default
suites:
- name: default
run_list: omnibus::default
attributes:
omnibus:
build_user: vagrant
build_user_group: vagrant
build_user_password: vagrant
install_dir: /opt/just-ruby