Skip to content

Commit d3a5194

Browse files
author
Ben Plunkert
committed
adding recipe[apt] to run_list for ubuntu boxes in .kitchen.yml
1 parent 4bd9162 commit d3a5194

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.kitchen.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)