Skip to content

Commit

Permalink
Update the kitchen.yml file with the latest platform
Browse files Browse the repository at this point in the history
Also rename it so it's not hidden anymore

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Sep 17, 2020
1 parent f004ecf commit dfe0d47
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .kitchen.yml

This file was deleted.

29 changes: 29 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
driver:
name: vagrant

provisioner:
name: chef_zero

verifier:
name: inspec

platforms:
- name: amazonlinux-2
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: centos-7
- name: centos-8
- name: fedora-latest
- name: debian-9
- name: debian-10
suites:
- name: default
run_list:
- recipe[zerotier::install]
- recipe[zerotier::ohai_plugin]
- recipe[zerotier::join_networks]
#verifier:
# inspec_tests:
# - test/smoke/install

0 comments on commit dfe0d47

Please sign in to comment.