From a616afddd6861f96ba5c53d05bad861f2e671f87 Mon Sep 17 00:00:00 2001 From: Yury Bushmelev Date: Sat, 14 Dec 2024 22:20:58 +0800 Subject: [PATCH 1/2] puppet/systemd: allow 8.x --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index de4ad34..cc70f7c 100644 --- a/metadata.json +++ b/metadata.json @@ -23,7 +23,7 @@ }, { "name": "puppet/systemd", - "version_requirement": ">= 1.1.1 < 8.0.0" + "version_requirement": ">= 1.1.1 < 9.0.0" } ], "operatingsystem_support": [ From bc252daae61a6e37d4b0fb383577f4c43eb60572 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 9 Jan 2025 16:52:15 +0100 Subject: [PATCH 2/2] Cleanup .fixtures.yml --- .fixtures.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index adf80a1..d144bbd 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,3 +1,4 @@ +--- fixtures: repositories: apt: "https://github.com/puppetlabs/puppetlabs-apt.git" @@ -5,6 +6,4 @@ fixtures: hashi_stack: "https://github.com/voxpupuli/puppet-hashi_stack.git" stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" systemd: "https://github.com/voxpupuli/puppet-systemd.git" - yumrepo_core: - repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git" - puppet_version: ">= 6.0.0" + yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"