Skip to content

Commit 22fc824

Browse files
Merge pull request #197 from artem-forks/tests
Update of tests and supported distros and chef versions
2 parents ceb147c + f19645f commit 22fc824

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.kitchen.dokken.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ platforms:
7070
driver:
7171
image: dokken/opensuse-leap
7272
pid_one_command: /bin/systemd
73-
- name: ubuntu-14-04
73+
- name: ubuntu-14.04
7474
driver:
7575
image: dokken/ubuntu-14.04
7676
pid_one_command: /sbin/init
7777
intermediate_instructions:
7878
- RUN /usr/bin/apt-get update
79-
- name: ubuntu-16-04
79+
- name: ubuntu-16.04
8080
driver:
8181
image: dokken/ubuntu-16.04
8282
pid_one_command: /bin/systemd
8383
intermediate_instructions:
8484
- RUN /usr/bin/apt-get update
85-
- name: ubuntu-18-04
85+
- name: ubuntu-18.04
8686
driver:
8787
image: dokken/ubuntu-18.04
8888
pid_one_command: /bin/systemd

.kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ driver:
55
platforms:
66
- name: ubuntu-14.04
77
- name: ubuntu-16.04
8-
- name: ubuntu-18-04
8+
- name: ubuntu-18.04
99
- name: centos-6
1010
- name: centos-7
1111
- name: oracle-6
1212
- name: oracle-7
1313
- name: debian-8
1414
- name: debian-9
15-
- name: fedora-26
1615
- name: fedora-27
16+
- name: fedora-28
1717
- name: opensuse-leap-42
1818
- name: amazonlinux-1
1919
driver_config:

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ cache: bundler
88
services:
99
- docker
1010

11-
rvm: 2.4.4
11+
rvm: 2.5.1
1212

1313
before_install:
1414
- gem update --system # see https://github.com/bundler/bundler/issues/5357
1515

1616
env:
17-
- INSTANCE=ubuntu-14-04
18-
- INSTANCE=ubuntu-16-04
19-
- INSTANCE=ubuntu-16-04 CHEF_VERSION=12.5.1
20-
- INSTANCE=ubuntu-18-04
17+
- INSTANCE=ubuntu-1404
18+
- INSTANCE=ubuntu-1604
19+
- INSTANCE=ubuntu-1604 CHEF_VERSION=13.10.0
20+
- INSTANCE=ubuntu-1804
2121
- INSTANCE=centos-6
2222
- INSTANCE=centos-7
23-
- INSTANCE=centos-7 CHEF_VERSION=12.5.1
23+
- INSTANCE=centos-7 CHEF_VERSION=13.10.0
2424
- INSTANCE=oracle-6
2525
- INSTANCE=oracle-7
2626
- INSTANCE=debian-8
2727
- INSTANCE=debian-9
2828
- INSTANCE=fedora-27
2929
- INSTANCE=fedora-28
3030
- INSTANCE=opensuse-42
31-
- INSTANCE=opensuse-42 CHEF_VERSION=12.5.1
31+
- INSTANCE=opensuse-42 CHEF_VERSION=13.10.0
3232
- INSTANCE=amazonlinux-1
3333
- INSTANCE=amazonlinux-2
3434

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
1212

1313
## Requirements
1414

15-
* Chef >= 12.5.1
15+
* Chef >= 13.10.0
1616

1717
### Platform
1818

19-
- Debian 7, 8
20-
- Ubuntu 14.04, 16.04
19+
- Debian 8, 9
20+
- Ubuntu 14.04, 16.04, 18.04
2121
- RHEL 6, 7
2222
- CentOS 6, 7
2323
- Oracle Linux 6, 7
24-
- Fedora 24, 25
24+
- Fedora 27, 28
2525
- OpenSuse Leap 42
2626
- Amazon Linux 1, 2
2727

0 commit comments

Comments
 (0)