-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.kitchen.yml
39 lines (32 loc) · 901 Bytes
/
.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
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 1024
platforms:
- name: ubuntu-13.10
driver_config:
box: opscode-ubuntu-13.10
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-13.10_provisionerless.box
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
- name: debian-7.1.0
driver_config:
box: opscode-debian-7.1.0
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_debian-7.1.0_provisionerless.box
suites:
- name: default
run_list:
- recipe[minitest-handler]
- recipe[apt]
- recipe[unicorn-ng::install]
- recipe[unicorn-ng::default]
attributes:
unicorn-ng:
config:
config_file: /opt/unicorn.rb
service:
rails_root: /opt/