Skip to content

Commit

Permalink
Update platforms to test on
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Feb 16, 2016
1 parent 4db0e20 commit e49a5fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +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
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,5 +3,6 @@ source 'https://supermarket.chef.io'
metadata

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

0 comments on commit e49a5fd

Please sign in to comment.