Skip to content

Commit

Permalink
Merge pull request #217 from artem-forks/fix-ci
Browse files Browse the repository at this point in the history
Switching testing to chef 14&15
  • Loading branch information
artem-sidorenko committed Jul 15, 2019
2 parents 1c84bae + fb915fa commit 17e6744
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
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

0 comments on commit 17e6744

Please sign in to comment.