Remove support for Puppet 6

... because Puppet 6 reached its EOL in February 2023.

Change-Id: I61eaa417118072a79e5e1192b96d0854c2a7bbb9
This commit is contained in:
Takashi Kajinami 2023-05-22 12:29:47 +09:00
parent 9a7a6c3f43
commit 1c0d6f19e8
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"operatingsystem_support": [

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Puppet 6 is no longer supported.