Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating supported fedora versions and include Fedora 30 #219

Merged
merged 1 commit into from
Jul 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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