Skip to content

Commit 17e6744

Browse files
Merge pull request #217 from artem-forks/fix-ci
Switching testing to chef 14&15
2 parents 1c84bae + fb915fa commit 17e6744

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.kitchen.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ provisioner:
2727
<% if ENV['CHEF_VERSION'] %>
2828
require_chef_omnibus: <%= ENV['CHEF_VERSION'] %>
2929
<% end %>
30+
chef_license: accept
3031

3132
verifier:
3233
name: inspec
34+
chef_license: accept
3335

3436
suites:
3537
- name: default

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ cache: bundler
66
services:
77
- docker
88

9-
rvm: 2.5.1
9+
rvm: 2.6.3
1010

1111
env:
1212
- INSTANCE=ubuntu-1404
1313
- INSTANCE=ubuntu-1604
14-
- INSTANCE=ubuntu-1604 CHEF_VERSION=13.10.0
14+
- INSTANCE=ubuntu-1604 CHEF_VERSION=14.13.11
1515
- INSTANCE=ubuntu-1804
1616
- INSTANCE=centos-6
1717
- INSTANCE=centos-7
18-
- INSTANCE=centos-7 CHEF_VERSION=13.10.0
18+
- INSTANCE=centos-7 CHEF_VERSION=14.13.11
1919
- INSTANCE=oracle-6
2020
- INSTANCE=oracle-7
2121
- INSTANCE=debian-8
2222
- INSTANCE=debian-9
2323
- INSTANCE=fedora-27
2424
- INSTANCE=fedora-28
2525
- INSTANCE=opensuse-42
26-
- INSTANCE=opensuse-42 CHEF_VERSION=13.10.0
26+
- INSTANCE=opensuse-42 CHEF_VERSION=14.13.11
2727
- INSTANCE=amazonlinux-1
2828
- INSTANCE=amazonlinux-2
2929

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
1111

1212
## Requirements
1313

14-
* Chef >= 13.10.0
14+
* Chef >= 14.13.11
1515

1616
### Platform
1717

0 commit comments

Comments
 (0)