From 84a6e233bd0b3133edbe7c4a6fc6e5c409c5f3c8 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 13 May 2024 11:13:56 +0200 Subject: [PATCH] .fixtures.yml: Remove puppet version constraint We only test on Puppet 6 and newer, we don't need the dependency anymore. --- .fixtures.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 70ea31cf..73040c53 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,3 +1,4 @@ +--- fixtures: repositories: stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git @@ -5,9 +6,5 @@ fixtures: python: https://github.com/voxpupuli/puppet-python.git epel: https://github.com/voxpupuli/puppet-epel.git apache: https://github.com/puppetlabs/puppetlabs-apache.git - selinux_core: - repo: https://github.com/puppetlabs/puppetlabs-selinux_core.git - puppet_version: ">= 6.0.0" - yumrepo_core: - repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git - puppet_version: ">= 6.0.0" + selinux_core: https://github.com/puppetlabs/puppetlabs-selinux_core.git + yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git