Skip to content

Commit

Permalink
Use bento slugs in Kitchen
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 1, 2017
1 parent 171fb88 commit 4ca7c5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ verifier:
name: inspec

platforms:
- name: amazon-linux
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
- name: centos-6
- name: centos-7
- name: debian-7
run_list: apt::default
- name: debian-8.8
- name: debian-8
run_list: apt::default
- name: debian-9.0
- name: debian-9
run_list: apt::default
- name: fedora-25
- name: opensuse-leap-42.2
- name: fedora-26
- name: opensuse-leap-42
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-16.04
Expand Down

0 comments on commit 4ca7c5a

Please sign in to comment.