Standardise files with files in sous-chefs/repo-management (#202)

Signed-off-by: kitchen-porter <board@sous-chefs.org>
This commit is contained in:
Sous Chefs Bot 2024-05-20 23:17:32 +01:00 committed by GitHub
parent eb9e23732d
commit ba8e8fb20f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 34 deletions

1
.envrc
View File

@ -1 +1,2 @@
use chefworkstation use chefworkstation
export KITCHEN_GLOBAL_YAML=kitchen.global.yml

View File

@ -4,6 +4,8 @@ This file is used to list changes made in each version of the postfix cookbook.
## Unreleased ## Unreleased
Standardise files with files in sous-chefs/repo-management
## 6.0.27 - *2024-05-06* ## 6.0.27 - *2024-05-06*
## 6.0.26 - *2023-10-03* ## 6.0.26 - *2023-10-03*

View File

@ -1,4 +1,4 @@
# Contributing # Contributing
Please refer to Please refer to
[https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD) [https://github.com/chef-cookbooks/community_cookbook_documentation/blob/main/CONTRIBUTING.MD](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/main/CONTRIBUTING.MD)

View File

@ -1,3 +1,3 @@
# Testing # Testing
Please refer to [the community cookbook documentation on testing](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD). Please refer to [the community cookbook documentation on testing](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/main/TESTING.MD).

View File

@ -22,11 +22,6 @@ platforms:
image: dokken/amazonlinux-2023 image: dokken/amazonlinux-2023
pid_one_command: /usr/lib/systemd/systemd pid_one_command: /usr/lib/systemd/systemd
- name: centos-7
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
- name: centos-stream-8 - name: centos-stream-8
driver: driver:
image: dokken/centos-stream-8 image: dokken/centos-stream-8
@ -37,16 +32,6 @@ platforms:
image: dokken/centos-stream-9 image: dokken/centos-stream-9
pid_one_command: /usr/lib/systemd/systemd pid_one_command: /usr/lib/systemd/systemd
- name: debian-9
driver:
image: dokken/debian-9
pid_one_command: /bin/systemd
- name: debian-10
driver:
image: dokken/debian-10
pid_one_command: /bin/systemd
- name: debian-11 - name: debian-11
driver: driver:
image: dokken/debian-11 image: dokken/debian-11
@ -67,11 +52,6 @@ platforms:
image: dokken/opensuse-leap-15 image: dokken/opensuse-leap-15
pid_one_command: /usr/lib/systemd/systemd pid_one_command: /usr/lib/systemd/systemd
- name: oraclelinux-7
driver:
image: dokken/oraclelinux-7
pid_one_command: /usr/lib/systemd/systemd
- name: oraclelinux-8 - name: oraclelinux-8
driver: driver:
image: dokken/oraclelinux-8 image: dokken/oraclelinux-8
@ -92,11 +72,6 @@ platforms:
image: dokken/rockylinux-9 image: dokken/rockylinux-9
pid_one_command: /usr/lib/systemd/systemd pid_one_command: /usr/lib/systemd/systemd
- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
- name: ubuntu-20.04 - name: ubuntu-20.04
driver: driver:
image: dokken/ubuntu-20.04 image: dokken/ubuntu-20.04
@ -107,7 +82,7 @@ platforms:
image: dokken/ubuntu-22.04 image: dokken/ubuntu-22.04
pid_one_command: /bin/systemd pid_one_command: /bin/systemd
- name: ubuntu-23.04 - name: ubuntu-24.04
driver: driver:
image: dokken/ubuntu-23.04 image: dokken/ubuntu-24.04
pid_one_command: /bin/systemd pid_one_command: /bin/systemd

View File

@ -18,16 +18,12 @@ platforms:
- name: almalinux-8 - name: almalinux-8
- name: almalinux-9 - name: almalinux-9
- name: amazonlinux-2023 - name: amazonlinux-2023
- name: centos-7
- name: centos-stream-8 - name: centos-stream-8
- name: centos-stream-9 - name: centos-stream-9
- name: debian-9
- name: debian-10
- name: debian-11 - name: debian-11
- name: debian-12 - name: debian-12
- name: fedora-latest - name: fedora-latest
- name: opensuse-leap-15 - name: opensuse-leap-15
- name: oraclelinux-7
- name: oraclelinux-8 - name: oraclelinux-8
- name: oraclelinux-9 - name: oraclelinux-9
- name: rockylinux-8 - name: rockylinux-8
@ -35,4 +31,4 @@ platforms:
- name: ubuntu-18.04 - name: ubuntu-18.04
- name: ubuntu-20.04 - name: ubuntu-20.04
- name: ubuntu-22.04 - name: ubuntu-22.04
- name: ubuntu-23.04 - name: ubuntu-24.04