Remove support for Puppet 6

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

Change-Id: Ice6e6ed679e593e1c8157069eca1e71eb372c564
This commit is contained in:
Takashi Kajinami 2023-05-22 12:28:54 +09:00
parent 5bc5cce5e2
commit 4f89c1e3b2
2 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"source": "https://opendev.org/openstack/puppet-ovn.git",

View File

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