Skip to content

Commit cd7b0eb

Browse files
committed
.fixtures.yml: pin yumrepo_core to v2.1.0
the puppetlabs/postgresql CI still tests on Puppet 7. yumrepo_core v3.0.0 doesn't support it anymore.
1 parent 09c614d commit cd7b0eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.fixtures.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ fixtures:
1010
provision: "https://github.com/puppetlabs/provision.git"
1111
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
1212
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
13-
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
13+
yumrepo_core:
14+
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
15+
ref: "v2.1.0"
1416
systemd: "https://github.com/voxpupuli/puppet-systemd.git"

0 commit comments

Comments
 (0)