Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching testing to chef 14&15 #217

Merged
merged 1 commit into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ provisioner:
<% if ENV['CHEF_VERSION'] %>
require_chef_omnibus: <%= ENV['CHEF_VERSION'] %>
<% end %>
chef_license: accept

verifier:
name: inspec
chef_license: accept

suites:
- name: default
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ cache: bundler
services:
- docker

rvm: 2.5.1
rvm: 2.6.3

env:
- INSTANCE=ubuntu-1404
- INSTANCE=ubuntu-1604
- INSTANCE=ubuntu-1604 CHEF_VERSION=13.10.0
- INSTANCE=ubuntu-1604 CHEF_VERSION=14.13.11
- INSTANCE=ubuntu-1804
- INSTANCE=centos-6
- INSTANCE=centos-7
- INSTANCE=centos-7 CHEF_VERSION=13.10.0
- INSTANCE=centos-7 CHEF_VERSION=14.13.11
- INSTANCE=oracle-6
- INSTANCE=oracle-7
- INSTANCE=debian-8
- INSTANCE=debian-9
- INSTANCE=fedora-27
- INSTANCE=fedora-28
- INSTANCE=opensuse-42
- INSTANCE=opensuse-42 CHEF_VERSION=13.10.0
- INSTANCE=opensuse-42 CHEF_VERSION=14.13.11
- INSTANCE=amazonlinux-1
- INSTANCE=amazonlinux-2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo

## Requirements

* Chef >= 13.10.0
* Chef >= 14.13.11

### Platform

Expand Down