Skip to content

Commit c5d1b50

Browse files
Merge pull request #219 from artem-forks/fedora-30
Updating supported fedora versions and include Fedora 30
2 parents f362e2c + 697e97b commit c5d1b50

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.kitchen.dokken.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ platforms:
5454
intermediate_instructions:
5555
- RUN /usr/bin/apt-get update
5656
pid_one_command: /bin/systemd
57-
- name: fedora-27
57+
- name: fedora-29
5858
driver:
59-
image: dokken/fedora-27
59+
image: dokken/fedora-29
6060
pid_one_command: /usr/lib/systemd/systemd
6161
intermediate_instructions:
6262
- RUN dnf install -y yum
63-
- name: fedora-28
63+
- name: fedora-30
6464
driver:
65-
image: dokken/fedora-28
65+
image: dokken/fedora-30
6666
pid_one_command: /usr/lib/systemd/systemd
6767
intermediate_instructions:
6868
- RUN dnf install -y yum

.kitchen.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ platforms:
1111
- name: oracle-7
1212
- name: debian-8
1313
- name: debian-9
14-
- name: fedora-27
15-
- name: fedora-28
14+
- name: fedora-29
15+
- name: fedora-30
1616
- name: opensuse-leap-42
1717
- name: amazonlinux-1
1818
driver_config:
@@ -39,12 +39,12 @@ suites:
3939
- recipe[ssh-hardening]
4040
- name: rhel-with-disabled-pam
4141
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
4848
driver:
4949
provision: true
5050
vagrantfiles:

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ env:
1919
- INSTANCE=oracle-7
2020
- INSTANCE=debian-8
2121
- INSTANCE=debian-9
22-
- INSTANCE=fedora-27
23-
- INSTANCE=fedora-28
22+
- INSTANCE=fedora-29
23+
- INSTANCE=fedora-30
2424
- INSTANCE=opensuse-42
2525
- INSTANCE=opensuse-42 CHEF_VERSION=14.13.11
2626
- INSTANCE=amazonlinux-1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
2020
- RHEL 6, 7
2121
- CentOS 6, 7
2222
- Oracle Linux 6, 7
23-
- Fedora 27, 28
23+
- Fedora 29, 30
2424
- OpenSuse Leap 42
2525
- Amazon Linux 1, 2
2626

0 commit comments

Comments
 (0)