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 diff --git a/metadata.json b/metadata.json index c69deca..5ebeb3d 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/apt", - "version_requirement": ">= 6.1.0 < 9.0.0" + "version_requirement": ">= 6.1.0 < 10.0.0" }, { "name": "puppet/epel", @@ -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",