Commit 7996c14 1 parent 79c8700 commit 7996c14 Copy full SHA for 7996c14
File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 34
34
- ' fedora-latest'
35
35
- ' ubuntu-1604'
36
36
- ' ubuntu-1804'
37
+ - ' ubuntu-2004'
37
38
38
39
suite :
39
40
- ' all-tables'
Original file line number Diff line number Diff line change @@ -3,15 +3,12 @@ driver:
3
3
name : dokken
4
4
privileged : true
5
5
chef_version : <%= ENV['CHEF_VERSION'] || 'current' %>
6
- chef_license : accept-no-persist
7
6
8
7
transport :
9
8
name : dokken
10
9
11
10
provisioner :
12
11
name : dokken
13
- # We have our own deprecation errors ...
14
- deprecations_as_errors : false
15
12
16
13
platforms :
17
14
- name : amazonlinux-2
@@ -71,3 +68,10 @@ platforms:
71
68
pid_one_command : /bin/systemd
72
69
intermediate_instructions :
73
70
- RUN /usr/bin/apt-get update
71
+
72
+ - name : ubuntu-20.04
73
+ driver :
74
+ image : dokken/ubuntu-20.04
75
+ pid_one_command : /bin/systemd
76
+ intermediate_instructions :
77
+ - RUN /usr/bin/apt-get update
Original file line number Diff line number Diff line change 4
4
5
5
provisioner :
6
6
name : chef_zero
7
- deprecations_as_errors : false
8
- chef_license : accept-no-persist
7
+ deprecations_as_errors : true
8
+ chef_license : accept
9
+ product_name : chef
10
+ product_version : <%= ENV['CHEF_VERSION'] || 'latest' %>
11
+ install_strategy : always
12
+ log_level : <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
9
13
10
14
verifier :
11
15
name : inspec
@@ -23,6 +27,7 @@ platforms:
23
27
- name : fedora-latest
24
28
- name : ubuntu-16.04
25
29
- name : ubuntu-18.04
30
+ - name : ubuntu-20.04
26
31
27
32
suites :
28
33
- name : all-tables
You can’t perform that action at this time.
0 commit comments