Mark puppet 8 supported

Now we test puppet 8 in CI so can declare that we support it.

Change-Id: I1e167f77e7ed93c38e9748c7d11ecfd21614534f
This commit is contained in:
Takashi Kajinami
2025-02-14 22:43:42 +09:00
parent d7bc8c86a4
commit b9da8280a8
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": ">= 6.0.0 < 9.0.0"
}
],
"operatingsystem_support": [

View File

@@ -0,0 +1,4 @@
---
features:
- |
This module now officially supports Puppet 8.