Skip to content

Commit

Permalink
drop puppet 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Jul 23, 2023
1 parent f3ef1b2 commit a6e1518
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
26 changes: 12 additions & 14 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,21 @@
fixtures:
forge_modules:
facts: 'puppetlabs/facts'
provision: 'puppetlabs/provision'
puppet_agent: 'puppetlabs/puppet_agent'
repositories:
stdlib:
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: 'v8.5.0'
repo: 'puppetlabs/stdlib'
ref: '8.5.0'
inifile:
repo: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
ref: 'v5.4.0'
repo: 'puppetlabs/inifile'
ref: '6.1.0'
archive:
repo: 'https://github.com/voxpupuli/puppet-archive.git'
ref: 'v4.5.0'
repo: 'puppet/archive'
ref: '7.0.0'
extlib:
repo: 'https://github.com/voxpupuli/puppet-extlib.git'
ref: 'v6.0.0'
repo: 'puppet/extlib'
ref: '6.2.0'
systemd:
repo: 'https://github.com/voxpupuli/puppet-systemd.git'
ref: 'v3.10.0'
symlinks:
gitea: "#{source_dir}"
repo: 'puppet/systemd'
ref: '5.2.0'
repositories:
provision: 'https://github.com/puppetlabs/provision.git'
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.14.0 < 9.0.0"
"version_requirement": ">= 8.5.0 < 10.0.0"
},
{
"name": "puppetlabs-inifile",
"version_requirement": ">= 4.2.0 < 6.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
},
{
"name": "puppet-archive",
"version_requirement": ">= 4.5.0 < 7.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
},
{
"name": "puppet-extlib",
"version_requirement": ">= 4.5.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 7.0.0"
},
{
"name": "puppet-systemd",
"version_requirement": ">= 3.10.0 < 4.0.0"
"version_requirement": ">= 5.0.0 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -54,7 +54,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.20.0 < 9.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"pdk-version": "3.0.0",
Expand Down

0 comments on commit a6e1518

Please sign in to comment.