-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
59 lines (54 loc) · 1.3 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
install_strategy: always
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: ubuntu-14.04-chef-13
driver:
box: bento/ubuntu-14.04
provisioner:
product_name: chef
product_version: 13
- name: ubuntu-18.04-chef-14
driver:
box: bento/ubuntu-18.04
provisioner:
product_name: chef
product_version: 14
suites:
- name: default
run_list:
- recipe[chruby-build::default]
attributes:
- name: rubies_data_bags
run_list:
- recipe[chruby-build::rubies]
attributes:
- name: rubies_attributes
run_list:
- recipe[chruby-build::rubies]
attributes:
chruby_build:
rubies_libs:
- libyaml-dev
- libssl-dev
- libreadline-dev
- zlib1g-dev
google_perftools:
enable: true
libyaml:
enable: false
rubies:
- id: "ruby-2.4.5"
url: "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.5.tar.gz"
checksum: "6737741ae6ffa61174c8a3dcdd8ba92bc38827827ab1d7ea1ec78bc3cefc5198"
gems:
- bundler 1.17.1
- pry
environment:
CPPFLAGS: "-I/usr/include -I/usr/local/include"