From bfd382a737001f18c84ee5c6d87a703b8c91a0d6 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Wed, 20 Mar 2024 08:11:14 +0100 Subject: [PATCH 1/2] puppet/zypprepo: allow 5.x --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index c69deca..44e6730 100644 --- a/metadata.json +++ b/metadata.json @@ -22,7 +22,7 @@ }, { "name": "puppet/zypprepo", - "version_requirement": ">= 4.0.1 < 5.0.0" + "version_requirement": ">= 4.0.1 < 6.0.0" }, { "name": "puppetlabs/stdlib", From 28aec2090b35b9c0271b6a66a67f5c104017be6e Mon Sep 17 00:00:00 2001 From: markuszilch Date: Wed, 20 Mar 2024 08:17:10 +0100 Subject: [PATCH 2/2] add systmed fixture for logrotate dependency --- .fixtures.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.fixtures.yaml b/.fixtures.yaml index 963227c..ee015b7 100644 --- a/.fixtures.yaml +++ b/.fixtures.yaml @@ -7,3 +7,4 @@ fixtures: stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git zypprepo: https://github.com/voxpupuli/puppet-zypprepo.git + systemd: https://github.com/voxpupuli/puppet-systemd.git