Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Update platforms to test
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Feb 16, 2016
1 parent d7c1ae6 commit c577d3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ provisioner:
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.1
- name: debian-7.8
- name: centos-7.2
- name: debian-7.9
run_list: apt::default
- name: debian-8.1
- name: debian-8.2
run_list: apt::default
- name: fedora-21
- name: fedora-22
- name: freebsd-9.3
run_list: freebsd::portsnap
- name: freebsd-10.2
run_list: freebsd::portsnap
- name: macosx-10.9
run_list: yum::dnf_yum_compat
- name: fedora-23
run_list: yum::dnf_yum_compat
- name: ubuntu-12.04
run_list: apt::default
- name: ubuntu-14.04
Expand Down
1 change: 1 addition & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://supermarket.chef.io'
metadata

group :integration do
cookbook 'yum'
cookbook 'apt'
cookbook 'freebsd'
end

0 comments on commit c577d3a

Please sign in to comment.