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