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: I943185c58d65e1c8c62d9c8c038ee06a64a4732d
This commit is contained in:
ZhongShengping 2020-04-30 14:04:44 +08:00
parent 170c534916
commit cc77f91b74
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",