From b5897636b32dd0981489ea5c433720864bd38cce Mon Sep 17 00:00:00 2001 From: kitchen-porter Date: Wed, 17 Sep 2025 14:05:47 +0000 Subject: [PATCH] Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter --- CHANGELOG.md | 2 ++ kitchen.dokken.yml | 15 ++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b72b46..80f1f27b 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 998bb20c..1d8623e0 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