From b3657753642371c4c6ba4b6d8d37a2ad7e73ab25 Mon Sep 17 00:00:00 2001 From: Shubham Shinde Date: Thu, 17 Oct 2024 19:37:58 +0530 Subject: [PATCH] (CAT-2100) Add Debian 12 support --- .fixtures.yml | 2 +- metadata.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index c3d781f5..31383022 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -9,7 +9,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: accounts: "#{source_dir}" diff --git a/metadata.json b/metadata.json index 22118108..4955ec41 100644 --- a/metadata.json +++ b/metadata.json @@ -45,7 +45,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "10", - "11" + "11", + "12" ] }, {