Skip to content

Commit fb915fa

Browse files
Fix CI: run testing on Chef 14 and 15
accepting the Chef EULA as non-commercial project Signed-off-by: Artem Sidorenko <[email protected]>
1 parent 1c84bae commit fb915fa

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.kitchen.yml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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)