forked from priestjim/chef-openresty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
53 lines (50 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
---
driver:
name: docker
provisioner:
name: chef_solo
log_level: info
platforms:
- name: ubuntu-16.04-chef-12
provisioner:
product_name: chef
install_strategy: once
product_version: 12
hostname: chef-12-ubuntu.local
run_options:
e:
- LANGUAGE=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- name: ubuntu-16.04-chef-latest
provisioner:
product_name: chef
install_strategy: once
product_version: latest
hostname: chef-latest-ubuntu.local
run_options:
e:
- LANGUAGE=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- name: centos-7.2
provisioner:
product_name: chef
install_strategy: once
product_version: latest
hostname: chef-latest-centos.local
run_options:
e:
- LANGUAGE=en_US.UTF-8
- LC_ALL=en_US.UTF-8
suites:
- name: default
run_list:
- recipe[jemalloc::default]
- recipe[openresty::default]
- recipe[openresty::luarocks]
attributes:
openresty:
default_site_enabled: true
link_to_jemalloc: true
luarocks:
default_rocks:
luaproc: '1.0-3'