File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ platforms:
5454 intermediate_instructions :
5555 - RUN /usr/bin/apt-get update
5656 pid_one_command : /bin/systemd
57+ - name : debian-10
58+ driver :
59+ image : dokken/debian-10
60+ intermediate_instructions :
61+ - RUN /usr/bin/apt-get update
62+ pid_one_command : /bin/systemd
5763- name : fedora-29
5864 driver :
5965 image : dokken/fedora-29
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ platforms:
1111- name : oracle-7
1212- name : debian-8
1313- name : debian-9
14+ - name : debian-10
1415- name : fedora-29
1516- name : fedora-30
1617- name : opensuse-leap-42
Original file line number Diff line number Diff line change 1919 - INSTANCE=oracle-7
2020 - INSTANCE=debian-8
2121 - INSTANCE=debian-9
22+ - INSTANCE=debian-10
2223 - INSTANCE=fedora-29
2324 - INSTANCE=fedora-30
2425 - INSTANCE=opensuse-42
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
1515
1616### Platform
1717
18- - Debian 8, 9
18+ - Debian 8, 9, 10
1919- Ubuntu 16.04, 18.04
2020- RHEL 6, 7
2121- CentOS 6, 7
You can’t perform that action at this time.
0 commit comments