forked from sous-chefs/nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
54 lines (51 loc) · 1.23 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
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.10
- name: centos-6.5
- name: ubuntu-10.04
run_list:
- recipe[apt]
- name: ubuntu-12.04
run_list:
- recipe[apt]
suites:
- name: default
run_list:
- recipe[nginx::default]
- name: source
run_list:
- recipe[nginx::default]
attributes:
nginx:
install_method: source
- name: upstream_repo
run_list:
- recipe[nginx::repo]
- recipe[nginx::default]
attributes:
nginx:
repo_source: nginx
- name: modules
run_list:
- recipe[nginx::source]
attributes:
nginx:
source:
modules:
- nginx::headers_more_module
- nginx::http_auth_request_module
- nginx::http_echo_module
- nginx::http_geoip_module
- nginx::http_gzip_static_module
- nginx::http_realip_module
- nginx::http_spdy_module
- nginx::http_ssl_module
- nginx::http_stub_status_module
- nginx::naxsi_module
- nginx::ngx_devel_module
- nginx::ngx_lua_module
- nginx::openssl_source
- nginx::upload_progress_module