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: I01fd12eb57dc234b21dacb0e503dc5b0f0ef3eda
This commit is contained in:
Takashi Kajinami 2021-08-16 18:02:23 +09:00
parent 20c1bc47a2
commit efd8c1d4d0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,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-horizon.git",