From be405bfae6b3d7866936f6ab311658737e82b39a Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:16:15 +0530 Subject: [PATCH] (CAT-2101) Add support for Debian-12 --- .fixtures.yml | 2 +- metadata.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 04afa39c..a2e2eb2f 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -4,6 +4,6 @@ fixtures: provision: "https://github.com/puppetlabs/provision.git" puppet_agent: repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' - ref: v4.13.0 + ref: v4.21.0 stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" mount_core: "https://github.com/puppetlabs/puppetlabs-mount_core.git" diff --git a/metadata.json b/metadata.json index b500faaa..7a7b0965 100644 --- a/metadata.json +++ b/metadata.json @@ -32,7 +32,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, {