Skip to content

Commit

Permalink
.fixtures.yml: Remove puppet version constraint
Browse files Browse the repository at this point in the history
We only test on Puppet 6 and newer, we don't need the dependency
anymore.
  • Loading branch information
bastelfreak committed May 13, 2024
1 parent 22ed17c commit 84a6e23
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
fixtures:
repositories:
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
concat: https://github.com/puppetlabs/puppetlabs-concat.git
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

0 comments on commit 84a6e23

Please sign in to comment.