Support Puppet 7

Puppet 7 has been tested in CI for a while but we haven't seen any
issue with it. Let's officially support the version.

Change-Id: Iea2667d03cc1d2fdf4131ddc9588c1a041747e3d
This commit is contained in:
Takashi Kajinami 2021-08-16 18:16:43 +09:00
parent dd6b57baf0
commit 31f24497f8
1 changed files with 1 additions and 1 deletions

View File

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