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: I64c1ff9b4f2a64ce1f95f6a8282aa1fffc3bc37e
This commit is contained in:
ZhongShengping 2020-04-30 14:04:44 +08:00
parent ece79bc252
commit b8dc7cf45d
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",