File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,11 @@ provisioner:
27
27
<% if ENV['CHEF_VERSION'] % >
28
28
require_chef_omnibus : <%= ENV['CHEF_VERSION'] %>
29
29
<% end % >
30
+ chef_license : accept
30
31
31
32
verifier :
32
33
name : inspec
34
+ chef_license : accept
33
35
34
36
suites :
35
37
- name : default
Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ cache: bundler
6
6
services :
7
7
- docker
8
8
9
- rvm : 2.5.1
9
+ rvm : 2.6.3
10
10
11
11
env :
12
12
- INSTANCE=ubuntu-1404
13
13
- INSTANCE=ubuntu-1604
14
- - INSTANCE=ubuntu-1604 CHEF_VERSION=13.10.0
14
+ - INSTANCE=ubuntu-1604 CHEF_VERSION=14. 13.11
15
15
- INSTANCE=ubuntu-1804
16
16
- INSTANCE=centos-6
17
17
- INSTANCE=centos-7
18
- - INSTANCE=centos-7 CHEF_VERSION=13.10.0
18
+ - INSTANCE=centos-7 CHEF_VERSION=14. 13.11
19
19
- INSTANCE=oracle-6
20
20
- INSTANCE=oracle-7
21
21
- INSTANCE=debian-8
22
22
- INSTANCE=debian-9
23
23
- INSTANCE=fedora-27
24
24
- INSTANCE=fedora-28
25
25
- INSTANCE=opensuse-42
26
- - INSTANCE=opensuse-42 CHEF_VERSION=13.10.0
26
+ - INSTANCE=opensuse-42 CHEF_VERSION=14. 13.11
27
27
- INSTANCE=amazonlinux-1
28
28
- INSTANCE=amazonlinux-2
29
29
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
11
11
12
12
## Requirements
13
13
14
- * Chef >= 13.10.0
14
+ * Chef >= 14. 13.11
15
15
16
16
### Platform
17
17
You can’t perform that action at this time.
0 commit comments