forked from eightbitraptor/chef-rustlang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
42 lines (39 loc) · 1.37 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
driver:
box: ubuntu-12.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04-i386_chef-provisionerless.box
- name: ubuntu-12.04-i386
driver:
box: ubuntu-12.04-i386
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04-i386_chef-provisionerless.box
- name: ubuntu-14.04-i386
driver:
box: ubuntu-14.04-i386
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04-i386_chef-provisionerless.box
- name: ubuntu-14.04
driver:
box: ubuntu-14.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
- name: centos-5.11
driver:
box: centos-5.11
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-5.11_chef-provisionerless.box
- name: centos-5.11-i386
driver:
box: centos-5.11-i386
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-5.11-i386_chef-provisionerless.box
suites:
- name: nightly
run_list:
- recipe[rustlang::default]
attributes: { rustlang: { version: 'nightly' } }
- name: stable
run_list:
- recipe[rustlang::default]
attributes: