Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Update default platforms for generated kitchen.yml
Browse files Browse the repository at this point in the history
- Ubuntu 14.04 is now a year old
- CentOS 7.1 is the current 7.x release; 7.x is the current CentOS release
  • Loading branch information
jtimberman committed May 7, 2015
1 parent 39c6a67 commit f12a895
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ provisioner:
name: chef_zero

platforms:
- name: ubuntu-12.04
- name: centos-6.5
- name: ubuntu-14.04
- name: centos-7.1
# https://github.com/test-kitchen/kitchen-vagrant/issues/165
driver_config:
box: opscode-centos-7.1
box_url: box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/<%= ENV.fetch("VAGRANT_DEFAULT_PROVIDER", "virtualbox") %>/opscode_centos-7.1_chef-provisionerless.box

suites:
- name: default
Expand Down

0 comments on commit f12a895

Please sign in to comment.