Automated PR: Standardising Files (#205)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> --------- Signed-off-by: kitchen-porter <board@sous-chefs.org>
This commit is contained in:
parent
355073c866
commit
187f9b2934
@ -3,3 +3,5 @@ config:
|
|||||||
line-length: false # MD013
|
line-length: false # MD013
|
||||||
no-duplicate-heading: false # MD024
|
no-duplicate-heading: false # MD024
|
||||||
reference-links-images: false # MD052
|
reference-links-images: false # MD052
|
||||||
|
ignores:
|
||||||
|
- .github/copilot-instructions.md
|
||||||
|
@ -4,6 +4,10 @@ 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
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.28 - *2024-07-15*
|
## 6.0.28 - *2024-07-15*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
@ -17,6 +17,11 @@ platforms:
|
|||||||
image: dokken/almalinux-9
|
image: dokken/almalinux-9
|
||||||
pid_one_command: /usr/lib/systemd/systemd
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
|
- name: almalinux-10
|
||||||
|
driver:
|
||||||
|
image: dokken/almalinux-10
|
||||||
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
- name: amazonlinux-2023
|
- name: amazonlinux-2023
|
||||||
driver:
|
driver:
|
||||||
image: dokken/amazonlinux-2023
|
image: dokken/amazonlinux-2023
|
||||||
@ -27,6 +32,11 @@ 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: centos-stream-10
|
||||||
|
driver:
|
||||||
|
image: dokken/centos-stream-10
|
||||||
|
pid_one_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
- name: debian-11
|
- name: debian-11
|
||||||
driver:
|
driver:
|
||||||
image: dokken/debian-11
|
image: dokken/debian-11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user