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: I798bf5d7a22392db0b43183b37fffbe3bd624e91
This commit is contained in:
Takashi Kajinami
2021-08-16 18:14:48 +09:00
parent fcd75cfed3
commit 04a452dde7

View File

@@ -68,7 +68,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-swift.git",