Update Puppet requirement to >= 6.0.0

Change-Id: I6247302c932ecf74d24adbb698def2c7c529f3f9
This commit is contained in:
Tobias Urdin 2020-05-30 09:51:36 +02:00
parent 912a0e2597
commit 8b19fb7d89
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 7.0.0"
}
],
"source": "git://github.com/openstack/puppet-mistral.git",
"summary": "Puppet module for OpenStack Mistral",
"version": "17.0.0"
}
}