From 0e75f187798db3b3e0750ba58681f80d8edfcb9b Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 6 Jan 2025 12:01:12 +0100 Subject: [PATCH] Support puppetlabs/apt 10.x This uses the new logic introduced in 9.2.0 [1] and thus bumps the lower bound. [1] https://github.com/puppetlabs/puppetlabs-apt/commit/ce8e484230aad11339495613d7e46e7e4ecf00e9 --- manifests/repo/debian.pp | 1 - metadata.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/repo/debian.pp b/manifests/repo/debian.pp index 6c9d75434..fef0b8ae8 100644 --- a/manifests/repo/debian.pp +++ b/manifests/repo/debian.pp @@ -16,7 +16,6 @@ apt::source { 'jenkins': location => $location, release => 'binary/', - repos => '', include => { 'src' => false, }, diff --git a/metadata.json b/metadata.json index 6d81305eb..79604430e 100644 --- a/metadata.json +++ b/metadata.json @@ -79,7 +79,7 @@ }, { "name": "puppetlabs/apt", - "version_requirement": ">= 4.4.0 < 10.0.0" + "version_requirement": ">= 9.2.0 < 11.0.0" }, { "name": "puppetlabs/java",