File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ platforms:
54
54
intermediate_instructions :
55
55
- RUN /usr/bin/apt-get update
56
56
pid_one_command : /bin/systemd
57
- - name : fedora-27
57
+ - name : fedora-29
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
- - name : fedora-28
63
+ - name : fedora-30
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 @@ -11,8 +11,8 @@ platforms:
11
11
- name : oracle-7
12
12
- name : debian-8
13
13
- name : debian-9
14
- - name : fedora-27
15
- - name : fedora-28
14
+ - name : fedora-29
15
+ - name : fedora-30
16
16
- name : opensuse-leap-42
17
17
- name : amazonlinux-1
18
18
driver_config :
@@ -39,12 +39,12 @@ suites:
39
39
- recipe[ssh-hardening]
40
40
- name : rhel-with-disabled-pam
41
41
includes :
42
- - centos-6.8
43
- - centos-7.3
44
- - fedora-24
45
- - fedora-25
46
- - oracle-6.8
47
- - oracle-7.3
42
+ - centos-6
43
+ - centos-7
44
+ - fedora-29
45
+ - fedora-30
46
+ - oracle-6
47
+ - oracle-7
48
48
driver :
49
49
provision : true
50
50
vagrantfiles :
Original file line number Diff line number Diff line change 19
19
- INSTANCE=oracle-7
20
20
- INSTANCE=debian-8
21
21
- INSTANCE=debian-9
22
- - INSTANCE=fedora-27
23
- - INSTANCE=fedora-28
22
+ - INSTANCE=fedora-29
23
+ - INSTANCE=fedora-30
24
24
- INSTANCE=opensuse-42
25
25
- INSTANCE=opensuse-42 CHEF_VERSION=14.13.11
26
26
- INSTANCE=amazonlinux-1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
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