File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,34 @@ 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+ run_list :
20+ - recipe[apt]
1921- name : ubuntu-12.10
2022 driver_config :
2123 box : opscode-ubuntu-12.10
2224 box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.10_chef-provisionerless.box
2325 require_chef_omnibus : latest
26+ run_list :
27+ - recipe[apt]
2428- name : ubuntu-13.04
2529 driver_config :
2630 box : opscode-ubuntu-13.04
2731 box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.04_chef-provisionerless.box
2832 require_chef_omnibus : latest
33+ run_list :
34+ - recipe[apt]
2935- name : ubuntu-13.10
3036 driver_config :
3137 box : opscode-ubuntu-13.10
3238 box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.10_chef-provisionerless.box
3339 require_chef_omnibus : latest
40+ run_list :
41+ - recipe[apt]
3442- name : ubuntu-14.04
3543 driver_config :
3644 box : opscode-ubuntu-14.04
3745 box_url : http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
3846 require_chef_omnibus : latest
39-
4047 run_list :
4148 - recipe[apt]
4249- name : centos-6.3
You can’t perform that action at this time.
0 commit comments