forked from sous-chefs/apt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
60 lines (51 loc) · 1.09 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
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-7.2
- name: debian-7.9
- name: debian-8.2
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-15.04
suites:
- name: default
run_list:
- recipe[apt]
- name: cacher-client
run_list:
- recipe[apt::cacher-client]
- name: cacher-ng
run_list:
- recipe[apt::cacher-ng]
excludes: centos-7.2
- name: cacher-ng-client
run_list:
- recipe[apt_test::cacher-ng-client]
attributes:
apt:
cacher_dir: '/tmp/apt-cacher'
cacher_port: '9876'
cacher_interface: 'eth0'
compiletime: true
excludes: centos-7.2
- name: compile-time
run_list:
- recipe[apt::default]
attributes:
apt:
compile_time_update: true
excludes: centos-7.2
- name: lwrps
run_list:
- recipe[apt_test::lwrps]
excludes: centos-7.2
- name: unattended-upgrades
run_list:
- recipe[apt::unattended-upgrades]
attributes:
apt:
unattended_upgrades:
enable: true
excludes: centos-7.2