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: Iea6563e2f92e97fb396c4eb30fd4e11bf85b2a7d
This commit is contained in:
Takashi Kajinami 2021-08-16 18:04:01 +09:00
parent 1ea39780a9
commit a360cb3abd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"project_page": "https://launchpad.net/puppet-magnum",