From c08872375d0557154127adbb1439edbb4fadccf2 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:41:20 +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 028c198..77c6d27 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -6,7 +6,7 @@ fixtures: facts: 'https://github.com/puppetlabs/puppetlabs-facts.git' puppet_agent: repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' - ref: v4.13.0 + ref: v4.21.0 provision: 'https://github.com/puppetlabs/provision.git' symlinks: exec: "#{source_dir}" diff --git a/metadata.json b/metadata.json index 58c8d01..4f386ec 100644 --- a/metadata.json +++ b/metadata.json @@ -14,7 +14,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, {