File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -44,25 +44,25 @@ platforms:
44
44
pid_one_command : /usr/lib/systemd/systemd
45
45
- name : debian-8
46
46
driver :
47
- image : dokken/debian-8
47
+ image : dokken/debian-9
48
48
intermediate_instructions :
49
49
- RUN /usr/bin/apt-get update
50
50
pid_one_command : /bin/systemd
51
51
- name : debian-9
52
52
driver :
53
- image : dokken/debian-9
53
+ image : dokken/debian-10
54
54
intermediate_instructions :
55
55
- RUN /usr/bin/apt-get update
56
56
pid_one_command : /bin/systemd
57
57
- name : fedora-27
58
58
driver :
59
- image : dokken/fedora-27
59
+ image : dokken/fedora-29
60
60
pid_one_command : /usr/lib/systemd/systemd
61
61
intermediate_instructions :
62
62
- RUN dnf install -y yum
63
63
- name : fedora-28
64
64
driver :
65
- image : dokken/fedora-28
65
+ image : dokken/fedora-30
66
66
pid_one_command : /usr/lib/systemd/systemd
67
67
intermediate_instructions :
68
68
- RUN dnf install -y yum
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ platforms:
10
10
- name : centos-7
11
11
- name : oracle-6
12
12
- name : oracle-7
13
- - name : debian-8
14
13
- name : debian-9
15
- - name : fedora-27
16
- - name : fedora-28
14
+ - name : debian-10
15
+ - name : fedora-29
16
+ - name : fedora-30
17
17
- name : opensuse-leap-42
18
18
- name : amazonlinux-1
19
19
driver_config :
@@ -40,12 +40,12 @@ suites:
40
40
- recipe[ssh-hardening]
41
41
- name : rhel-with-disabled-pam
42
42
includes :
43
- - centos-6.8
44
- - centos-7.3
45
- - fedora-24
46
- - fedora-25
47
- - oracle-6.8
48
- - oracle-7.3
43
+ - centos-6
44
+ - centos-7
45
+ - fedora-29
46
+ - fedora-30
47
+ - oracle-6
48
+ - oracle-7
49
49
driver :
50
50
provision : true
51
51
vagrantfiles :
Original file line number Diff line number Diff line change 18
18
- INSTANCE=centos-7 CHEF_VERSION=14.13.11
19
19
- INSTANCE=oracle-6
20
20
- INSTANCE=oracle-7
21
- - INSTANCE=debian-8
22
21
- INSTANCE=debian-9
23
- - INSTANCE=fedora-27
24
- - INSTANCE=fedora-28
22
+ - INSTANCE=debian-10
23
+ - INSTANCE=fedora-29
24
+ - INSTANCE=fedora-30
25
25
- INSTANCE=opensuse-42
26
26
- INSTANCE=opensuse-42 CHEF_VERSION=14.13.11
27
27
- INSTANCE=amazonlinux-1
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
15
15
16
16
### Platform
17
17
18
- - Debian 8, 9
18
+ - Debian 9, 10
19
19
- Ubuntu 14.04, 16.04, 18.04
20
20
- RHEL 6, 7
21
21
- CentOS 6, 7
22
22
- Oracle Linux 6, 7
23
- - Fedora 27, 28
23
+ - Fedora 29, 30
24
24
- OpenSuse Leap 42
25
25
- Amazon Linux 1, 2
26
26
You can’t perform that action at this time.
0 commit comments