File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments