Skip to content

Commit

Permalink
Update of supported distros
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Sidorenko <artem@posteo.de>
  • Loading branch information
artem-sidorenko committed Jul 15, 2019
1 parent fb915fa commit 3e9f63f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ platforms:
pid_one_command: /usr/lib/systemd/systemd
- name: debian-8
driver:
image: dokken/debian-8
image: dokken/debian-9
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: debian-9
driver:
image: dokken/debian-9
image: dokken/debian-10
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: fedora-27
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
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
18 changes: 9 additions & 9 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ platforms:
- name: centos-7
- name: oracle-6
- name: oracle-7
- name: debian-8
- name: debian-9
- name: fedora-27
- name: fedora-28
- name: debian-10
- name: fedora-29
- name: fedora-30
- name: opensuse-leap-42
- name: amazonlinux-1
driver_config:
Expand All @@ -40,12 +40,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
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ env:
- INSTANCE=centos-7 CHEF_VERSION=14.13.11
- INSTANCE=oracle-6
- INSTANCE=oracle-7
- INSTANCE=debian-8
- INSTANCE=debian-9
- INSTANCE=fedora-27
- INSTANCE=fedora-28
- INSTANCE=debian-10
- INSTANCE=fedora-29
- INSTANCE=fedora-30
- INSTANCE=opensuse-42
- INSTANCE=opensuse-42 CHEF_VERSION=14.13.11
- INSTANCE=amazonlinux-1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo

### Platform

- Debian 8, 9
- Debian 9, 10
- Ubuntu 14.04, 16.04, 18.04
- 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 3e9f63f

Please sign in to comment.