Skip to content

Commit 4bd9162

Browse files
author
Ben Plunkert
committed
adding new ubuntu versions to .kitchen.yml
1 parent e2415cd commit 4bd9162

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.kitchen.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ platforms:
1616
driver_config:
1717
box: opscode-ubuntu-10.04
1818
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-10.04.box
19+
- name: ubuntu-12.10
20+
driver_config:
21+
box: opscode-ubuntu-12.10
22+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.10_chef-provisionerless.box
23+
require_chef_omnibus: latest
24+
- name: ubuntu-13.04
25+
driver_config:
26+
box: opscode-ubuntu-13.04
27+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.04_chef-provisionerless.box
28+
require_chef_omnibus: latest
29+
- name: ubuntu-13.10
30+
driver_config:
31+
box: opscode-ubuntu-13.10
32+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.10_chef-provisionerless.box
33+
require_chef_omnibus: latest
34+
- name: ubuntu-14.04
35+
driver_config:
36+
box: opscode-ubuntu-14.04
37+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
38+
require_chef_omnibus: latest
39+
1940
run_list:
2041
- recipe[apt]
2142
- name: centos-6.3

0 commit comments

Comments
 (0)