forked from sous-chefs/users
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
43 lines (41 loc) · 1.02 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
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
run_list: apt::default
- name: debian-8.5
run_list: apt::default
- name: fedora-24
run_list: yum::dnf_yum_compat
- name: freebsd-9.3
- name: freebsd-10.3
- name: macosx-10.10
driver:
box: chef/macosx-10.10 # private box in Chef's Atlas account
provider: vmware_fusion
- name: macosx-10.11
driver:
box: chef/macosx-10.11 # private box in Chef's Atlas account
provider: vmware_fusion
- name: opensuse-13.2
- name: opensuse-leap-42.1
- name: ubuntu-12.04
run_list: apt::default
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-16.04
run_list: apt::default
suites:
- name: default
data_bags_path: "./test/fixtures/data_bags"
run_list:
- recipe[users_test::test_home_dir]
- name: sysadmins
data_bags_path: "./test/fixtures/data_bags"
run_list:
- recipe[users::sysadmins]