diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b72b4..80f1f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the lvm cookbook. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 6.2.3 - *2025-09-04* Standardise files with files in sous-chefs/repo-management 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