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: Ie2643fbc5e7f792cfabe5f0acc5c89a43f643172
This commit is contained in:
Takashi Kajinami 2021-08-16 18:01:29 +09:00
parent 46d9912da1
commit 1888013f61
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,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-gnocchi.git",