Skip to content

Commit

Permalink
Merge pull request #409 from bastelfreak/fixtures
Browse files Browse the repository at this point in the history
.fixtures.yml: Remove puppet version constraint
  • Loading branch information
bastelfreak committed May 13, 2024
2 parents 22ed17c + 84a6e23 commit 3386f9a
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 3386f9a

Please sign in to comment.