Skip to content

Commit

Permalink
Merge pull request #219 from artem-forks/fedora-30
Browse files Browse the repository at this point in the history
Updating supported fedora versions and include Fedora 30
  • Loading branch information
artem-sidorenko authored Jul 16, 2019
2 parents f362e2c + 697e97b commit c5d1b50
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: fedora-27
- name: fedora-29
driver:
image: dokken/fedora-27
image: dokken/fedora-29
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf install -y yum
- name: fedora-28
- name: fedora-30
driver:
image: dokken/fedora-28
image: dokken/fedora-30
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf install -y yum
Expand Down
16 changes: 8 additions & 8 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ platforms:
- name: oracle-7
- name: debian-8
- name: debian-9
- name: fedora-27
- name: fedora-28
- name: fedora-29
- name: fedora-30
- name: opensuse-leap-42
- name: amazonlinux-1
driver_config:
Expand All @@ -39,12 +39,12 @@ suites:
- recipe[ssh-hardening]
- name: rhel-with-disabled-pam
includes:
- centos-6.8
- centos-7.3
- fedora-24
- fedora-25
- oracle-6.8
- oracle-7.3
- centos-6
- centos-7
- fedora-29
- fedora-30
- oracle-6
- oracle-7
driver:
provision: true
vagrantfiles:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ env:
- INSTANCE=oracle-7
- INSTANCE=debian-8
- INSTANCE=debian-9
- INSTANCE=fedora-27
- INSTANCE=fedora-28
- INSTANCE=fedora-29
- INSTANCE=fedora-30
- INSTANCE=opensuse-42
- INSTANCE=opensuse-42 CHEF_VERSION=14.13.11
- INSTANCE=amazonlinux-1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
- RHEL 6, 7
- CentOS 6, 7
- Oracle Linux 6, 7
- Fedora 27, 28
- Fedora 29, 30
- OpenSuse Leap 42
- Amazon Linux 1, 2

Expand Down

0 comments on commit c5d1b50

Please sign in to comment.