Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a32c146

Browse files
author
jtimberman
committed
update to new bucket for boxes
1 parent dd8c9e4 commit a32c146

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.kitchen.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
11
---
22
driver_plugin: vagrant
3+
driver_config:
4+
require_chef_omnibus: true
5+
36
platforms:
47
- name: ubuntu-12.10
58
driver_config:
69
box: opscode-ubuntu-12.10
7-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.10_provisionerless.box
8-
require_chef_omnibus: true
10+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.10_provisionerless.box
911
run_list: ["recipe[apt]"]
12+
1013
- name: ubuntu-12.04
1114
driver_config:
1215
box: opscode-ubuntu-12.04
13-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
14-
require_chef_omnibus: true
16+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
1517
run_list: ["recipe[apt]"]
18+
1619
- name: ubuntu-10.04
1720
driver_config:
1821
box: opscode-ubuntu-10.04
19-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
20-
require_chef_omnibus: true
22+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
2123
run_list: ["recipe[apt]"]
24+
2225
- name: centos-5.9
2326
driver_config:
2427
box: opscode-centos-5.9
25-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
26-
require_chef_omnibus: 11.4.0
28+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
29+
2730
- name: centos-6.4
2831
driver_config:
2932
box: opscode-centos-6.4
30-
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
31-
require_chef_omnibus: 11.4.0
33+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
34+
3235
suites:
3336
- name: default
3437
run_list:

0 commit comments

Comments
 (0)