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: I5dea79fd23bbd7cfa9589c4a3b63df130bac9fef
This commit is contained in:
Takashi Kajinami 2021-08-16 18:09:28 +09:00
parent 12ed0e036c
commit 70c4b8ca7d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,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-{{cookiecutter.project_name}}",