File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,19 @@ platforms:
66 box : canonical-ubuntu-12.10
77 box_url : http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box
88 require_chef_omnibus : 11.4.0
9+ run_list : ["recipe[apt]"]
910- name : ubuntu-12.04
1011 driver_config :
1112 box : canonical-ubuntu-12.04
1213 box_url : http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
1314 require_chef_omnibus : 11.4.0
15+ run_list : ["recipe[apt]"]
1416- name : ubuntu-10.04
1517 driver_config :
1618 box : opscode-ubuntu-10.04
1719 box_url : http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box
1820 require_chef_omnibus : 11.4.0
21+ run_list : ["recipe[apt]"]
1922- name : centos-5.8
2023 driver_config :
2124 box : opscode-centos-5.8
@@ -31,3 +34,8 @@ suites:
3134 run_list :
3235 - recipe[python]
3336 attributes : {}
37+
38+ - name : source
39+ run_list :
40+ - recipe[python]
41+ attributes : {python: {install_method: "source"}}
You can’t perform that action at this time.
0 commit comments