forked from sous-chefs/git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
61 lines (51 loc) · 1.17 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
driver:
name: vagrant
provisioner:
name: chef_zero
data_path: test/fixtures
platforms:
- name: centos-5.10
- name: centos-6.5
- name: centos-7.0
- name: fedora-19
- name: fedora-20
- name: ubuntu-10.04
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: freebsd-9.2
run_list:
- recipe[freebsd::portsnap]
# # Uncomment after logging into Atlas
# - name: windows-8.1-professional
# driver:
# box: chef/windows-8.1-professional # private
# - name: windows-2008r2-standard
# driver:
# box: chef/windows-server-2008r2-standard # private
# - name: macosx-10.10
# driver:
# box: chef/macosx-10.10 # private
# - name: macosx-10.9
# driver:
# box: chef/macosx-10.9 # private
suites:
- name: default
run_list:
- recipe[git]
attributes: {}
- name: source
excludes: ["ubuntu-12.04", "ubuntu-10.04"]
run_list:
- recipe[git::source]
attributes: {}
# servespec on windows is pretty raw.
# os detection forces us to use a separate suite.
# rather than the usual os[:family] tricks
- name: default-windows
includes: [
'windows-8.1-professional',
'windows-2008r2-standard'
]
run_list:
- recipe[git]
attributes: {}