-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
51 lines (49 loc) · 1.16 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
driver:
name: vagrant
forward_agent: yes
customize:
cpus: 2
memory: 2048
synced_folders:
- ['.', '/Users/vagrant/chef-provisioner']
provisioner:
name: chef_zero
require_chef_omnibus: 11.16.4
platforms:
- name: centos-7.0
run_list: yum-epel::default
- name: centos-6.5
run_list: yum-epel::default
- name: centos-5.10
run_list: yum-epel::default
- name: debian-7.2.0
run_list: apt::default
- name: debian-6.0.8
run_list: apt::default
- name: freebsd-10.0
run_list: freebsd::portsnap
- name: freebsd-9.2
run_list:
- freebsd::portsnap
- freebsd::pkgng
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-12.04
run_list: apt::default
- name: ubuntu-11.04
run_list: apt::default
- name: ubuntu-10.04
run_list: apt::default
- name: macosx-10.10
driver:
box: chef/macosx-10.10
vagrantfile_erb: Vagrantfile.osx.erb
suites:
- name: default
run_list: omnibus::default
attributes:
omnibus:
build_user: vagrant
build_user_group: vagrant
build_user_password: vagrant
install_dir: /opt/chef-provisioner