Skip to content

Commit d5e27ab

Browse files
committedJun 29, 2021
Drop EoL Puppet 5 support; Add Puppet 7 support
1 parent 23274fd commit d5e27ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎.fixtures.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ fixtures:
44
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
55
concat: https://github.com/puppetlabs/puppetlabs-concat.git
66
epel: https://github.com/voxpupuli/puppet-epel.git
7-
yumrepo_core:
8-
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
9-
puppet_version: ">= 6.0.0"
7+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git

‎metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"requirements": [
9090
{
9191
"name": "puppet",
92-
"version_requirement": ">= 5.5.8 < 7.0.0"
92+
"version_requirement": ">= 6.1.0 < 8.0.0"
9393
}
9494
],
9595
"tags": [

0 commit comments

Comments
 (0)
Please sign in to comment.