Fix rabbitmq version in metadata

rabbitmq is now using the 10.0.1 version, so we should fix the
rabbitmq version in metadata.

Change-Id: Idfc00e384be6fff59b4d3cb41024f8dbd83961f8
This commit is contained in:
ZhongShengping 2020-04-30 14:04:44 +08:00
parent 43b8589a44
commit 6538ccec98
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
},
{
"name": "puppet/rabbitmq",
"version_requirement": ">=8.4.0 <9.0.0"
"version_requirement": ">=8.4.0 <11.0.0"
},
{
"name": "puppetlabs/mysql",