diff --git a/CHANGELOG.md b/CHANGELOG.md index bb22b7f..3c338de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 12.1.9 - *2025-09-04* ## 12.1.8 - *2025-06-08* diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 998bb20..1d8623e 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -37,16 +37,16 @@ platforms: image: dokken/centos-stream-10 pid_one_command: /usr/lib/systemd/systemd - - name: debian-11 - driver: - image: dokken/debian-11 - pid_one_command: /bin/systemd - - name: debian-12 driver: image: dokken/debian-12 pid_one_command: /bin/systemd + - name: debian-13 + driver: + image: dokken/debian-13 + pid_one_command: /usr/lib/systemd/systemd + - name: fedora-latest driver: image: dokken/fedora-latest @@ -77,6 +77,11 @@ platforms: image: dokken/rockylinux-9 pid_one_command: /usr/lib/systemd/systemd + - name: rockylinux-10 + driver: + image: dokken/rockylinux-10 + pid_one_command: /usr/lib/systemd/systemd + - name: ubuntu-20.04 driver: image: dokken/ubuntu-20.04