Skip to content

Commit

Permalink
Update platform version defaults in kitchen init command.
Browse files Browse the repository at this point in the history
The updated platforms are:

- ubuntu-14.04
- centos-7.1

References test-kitchen#707
References test-kitchen#663
References chef-boneyard/chef-dk#382
References chef-boneyard/chef-dk#378
  • Loading branch information
fnichol committed May 7, 2015
1 parent cf53ac8 commit 72e2d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions features/kitchen_init_command.feature
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ Feature: Add Test Kitchen support to an existing project
name: chef_solo
platforms:
- name: ubuntu-12.04
- name: centos-6.6
- name: ubuntu-14.04
- name: centos-7.1
suites:
- name: default
Expand Down
4 changes: 2 additions & 2 deletions templates/init/kitchen.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ provisioner:
name: <%= config[:provisioner] %>

platforms:
- name: ubuntu-12.04
- name: centos-6.6
- name: ubuntu-14.04
- name: centos-7.1

suites:
- name: default
Expand Down

0 comments on commit 72e2d99

Please sign in to comment.