Skip to content

Commit

Permalink
Make kitchenfile more concise.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Jul 6, 2015
1 parent 5bdd7ab commit 97cbf79
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
driver_plugin: vagrant
driver:
name: vagrant
require_chef_omnibus: 11.16.2

driver_config:
customize:
Expand All @@ -9,19 +11,15 @@ platforms:
- name: centos-6
driver_config:
box: chef/centos-6.6
require_chef_omnibus: 11.16.2
- name: centos-7
driver_config:
box: chef/centos-7.0
require_chef_omnibus: 11.16.2
- name: ubuntu-12.04
driver_config:
box: chef/ubuntu-12.04
require_chef_omnibus: 11.16.2
- name: ubuntu-14.04
driver_config:
box: chef/ubuntu-14.04
require_chef_omnibus: 11.16.2

suites:
- name: default
Expand Down

0 comments on commit 97cbf79

Please sign in to comment.