Skip to content

Commit c347979

Browse files
committed
update for some kitchen box urls
1 parent 5f9a6a9 commit c347979

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.kitchen.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ driver_plugin: vagrant
44
platforms:
55
- name: ubuntu-12.04_chef_11.4.4
66
driver_config:
7-
box: opscode_ubuntu-12.04_chef-11.4.4
8-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.4.4.box
7+
box: opscode_ubuntu-12.04_chef-provisionerless
8+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
99
require_chef_omnibus: 11.4.4
1010
- name: ubuntu-12.04_chef_10.24.4
1111
driver_config:
12-
box: opscode_ubuntu-12.04_chef-11.4.4
13-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.4.4.box
12+
box: opscode_ubuntu-12.04_chef-provisionerless
13+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
1414
require_chef_omnibus: 10.24.4
1515
- name: ubuntu-10.04_chef_11.4.4
1616
driver_config:
17-
box: opscode_ubuntu-10.04_chef-11.4.4
18-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.4.4.box
17+
box: opscode_ubuntu-10.04_chef-provisionerless
18+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-10.04_chef-provisionerless.box
1919
require_chef_omnibus: 11.4.4
2020
- name: ubuntu-10.04_chef_10.24.4
2121
driver_config:
22-
box: opscode_ubuntu-10.04_chef-11.4.4
23-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.4.4.box
22+
box: opscode_ubuntu-10.04_chef-provisionerless
23+
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-10.04_chef-provisionerless.box
2424
require_chef_omnibus: 10.24.4
2525

2626
- name: centos-6.4_chef_11.4.4

0 commit comments

Comments
 (0)