Skip to content

Commit

Permalink
update centos boxes to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jun 18, 2013
1 parent 060612a commit 7e7338a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ platforms:
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
run_list: ["recipe[apt]"]

- name: centos-6.3
- name: centos-6.4
driver_config:
box: opscode-centos-6.3
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.3_provisionerless.box
box: opscode-centos-6.4
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box

- name: centos-5.8
- name: centos-5.9
driver_config:
box: opscode-centos-5.8
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.8_provisionerless.box
box: opscode-centos-5.9
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box

suites:
- name: default
Expand Down

0 comments on commit 7e7338a

Please sign in to comment.