forked from Sous-Chefs-Boneyard/sysctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
63 lines (59 loc) · 1.24 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
62
63
---
driver:
name: vagrant
provisioner:
name: chef_solo
data_bags_path: "data_bags"
roles_path: "roles"
environments_path: "environments"
require_chef_omnibus: true
client_rb:
treat_deprecation_warnings_as_errors: true
resource_cloning: false
platforms:
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: debian-7.10
- name: debian-8.4
- name: centos-6.7
- name: centos-7.2
- name: scientific-6.4
driver:
box: lyte-scientific-6-minimal
box_url: http://lyte.id.au/vagrant/sl6-64-lyte.box
- name: srijn-arch-2014-01-07
driver:
box: srijn-arch-2014-01-07
box_url: http://vagrant.srijn.net/archlinux-x64-2014-01-07.box
- name: fedora-18
- name: fedora-23
- name: freebsd-10.3
suites:
- name: default
run_list:
- recipe[sysctl_test]
- recipe[sysctl_test::tcp_wmem]
- recipe[sysctl::ohai_plugin]
attributes:
sysctl:
params:
vm:
swappiness: 19
net:
ipv4:
tcp_fin_timeout: 29
- name: lwrps
run_list:
- recipe[sysctl_test]
- recipe[sysctl_test::tcp_wmem]
- name: attributes
run_list:
- recipe[sysctl::apply]
attributes:
sysctl:
params:
vm:
swappiness: 19
net:
ipv4:
tcp_fin_timeout: 29