Skip to content

Commit 205138c

Browse files
Removal of Ubuntu 14.04 because of EOL
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent 17e6744 commit 205138c

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

.kitchen.dokken.yml

-6
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ platforms:
7070
driver:
7171
image: dokken/opensuse-leap
7272
pid_one_command: /bin/systemd
73-
- name: ubuntu-14.04
74-
driver:
75-
image: dokken/ubuntu-14.04
76-
pid_one_command: /sbin/init
77-
intermediate_instructions:
78-
- RUN /usr/bin/apt-get update
7973
- name: ubuntu-16.04
8074
driver:
8175
image: dokken/ubuntu-16.04

.kitchen.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ driver:
33
name: vagrant
44

55
platforms:
6-
- name: ubuntu-14.04
76
- name: ubuntu-16.04
87
- name: ubuntu-18.04
98
- name: centos-6

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ services:
99
rvm: 2.6.3
1010

1111
env:
12-
- INSTANCE=ubuntu-1404
1312
- INSTANCE=ubuntu-1604
1413
- INSTANCE=ubuntu-1604 CHEF_VERSION=14.13.11
1514
- INSTANCE=ubuntu-1804

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
1616
### Platform
1717

1818
- Debian 8, 9
19-
- Ubuntu 14.04, 16.04, 18.04
19+
- Ubuntu 16.04, 18.04
2020
- RHEL 6, 7
2121
- CentOS 6, 7
2222
- Oracle Linux 6, 7

0 commit comments

Comments
 (0)