Skip to content

Commit

Permalink
Drop support for Puppet 6
Browse files Browse the repository at this point in the history
This module install gems using the puppet_gem provider in the gempath of
the version of Ruby bundled with Puppet.  Puppet 6 bundle Ruby 2.5 which
has reached EoL on 2022-04-05, and the gems the module needs depend on
gems that do not offer support for this version of Ruby anymore.

This break CI and the situation has no reason to improve in the future,
so stop advertising support for Puppet 6.
  • Loading branch information
smortex committed Sep 8, 2022
1 parent e3baa7f commit 70a46a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.1.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"operatingsystem_support": [
Expand Down
6 changes: 0 additions & 6 deletions spec/setup_acceptance_node.pp

This file was deleted.

0 comments on commit 70a46a3

Please sign in to comment.