File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,19 @@ platforms:
6
6
box : canonical-ubuntu-12.10
7
7
box_url : http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box
8
8
require_chef_omnibus : 11.4.0
9
+ run_list : ["recipe[apt]"]
9
10
- name : ubuntu-12.04
10
11
driver_config :
11
12
box : canonical-ubuntu-12.04
12
13
box_url : http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
13
14
require_chef_omnibus : 11.4.0
15
+ run_list : ["recipe[apt]"]
14
16
- name : ubuntu-10.04
15
17
driver_config :
16
18
box : opscode-ubuntu-10.04
17
19
box_url : http://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_chef-11.2.0.box
18
20
require_chef_omnibus : 11.4.0
21
+ run_list : ["recipe[apt]"]
19
22
- name : centos-5.8
20
23
driver_config :
21
24
box : opscode-centos-5.8
@@ -31,3 +34,8 @@ suites:
31
34
run_list :
32
35
- recipe[python]
33
36
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