|
1 | 1 | --- |
2 | 2 | driver_plugin: vagrant |
3 | 3 | platforms: |
| 4 | +- name: ubuntu-13.04 |
| 5 | + driver_config: |
| 6 | + box: opscode-ubuntu-13.04 |
| 7 | + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-13.04_provisionerless.box |
| 8 | + require_chef_omnibus: true |
| 9 | + run_list: ["recipe[apt]"] |
4 | 10 | - name: ubuntu-12.10 |
5 | 11 | driver_config: |
6 | | - box: canonical-ubuntu-12.10 |
7 | | - box_url: http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box |
8 | | - require_chef_omnibus: 11.4.0 |
| 12 | + box: opscode-ubuntu-12.10 |
| 13 | + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.10_provisionerless.box |
| 14 | + require_chef_omnibus: true |
9 | 15 | run_list: ["recipe[apt]"] |
10 | 16 | - name: ubuntu-12.04 |
11 | 17 | driver_config: |
12 | | - box: canonical-ubuntu-12.04 |
13 | | - box_url: http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box |
14 | | - require_chef_omnibus: 11.4.0 |
| 18 | + box: opscode-ubuntu-12.04 |
| 19 | + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box |
| 20 | + require_chef_omnibus: true |
15 | 21 | run_list: ["recipe[apt]"] |
16 | 22 | - name: ubuntu-10.04 |
17 | 23 | driver_config: |
18 | 24 | box: opscode-ubuntu-10.04 |
19 | | - box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box |
20 | | - require_chef_omnibus: 11.4.0 |
| 25 | + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box |
| 26 | + require_chef_omnibus: true |
21 | 27 | run_list: ["recipe[apt]"] |
22 | | -- name: centos-5.8 |
| 28 | +- name: centos-5.9 |
23 | 29 | driver_config: |
24 | | - box: opscode-centos-5.8 |
25 | | - box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.8_chef-11.2.0.box |
| 30 | + box: opscode-centos-5.9 |
| 31 | + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box |
26 | 32 | require_chef_omnibus: 11.4.0 |
27 | | -- name: centos-6.3 |
| 33 | +- name: centos-6.4 |
28 | 34 | driver_config: |
29 | | - box: opscode-centos-6.3 |
30 | | - box_url: http://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.3_chef-11.2.0.box |
| 35 | + box: opscode-centos-6.4 |
| 36 | + box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box |
31 | 37 | require_chef_omnibus: 11.4.0 |
32 | 38 | suites: |
33 | 39 | - name: default |
|
0 commit comments