]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Fix rabbitmq dependency
authorZhongShengping <chdzsp@163.com>
Tue, 29 Oct 2019 01:31:04 +0000 (09:31 +0800)
committerTakashi Kajinami <tkajinam@redhat.com>
Fri, 3 Apr 2020 08:36:52 +0000 (08:36 +0000)
puppetlabs/rabbitmq [1] is deprecated, and max version is 5.6.0 which can
not be fulfilled by this dependency.

Correct it to puppet-rabbitmq [2] instead which is being actively maintained
and has the right version.

[1]: https://forge.puppet.com/puppetlabs/rabbitmq
[2]: https://forge.puppet.com/puppet/rabbitmq

Change-Id: I5ae8d2df21481b91fa7721d3a899a3f1c3bca1ce
Closes-Bug: #1850236
(cherry picked from commit c5807a735e82b0cc258aa42d4520b1f64a7afa53)
(cherry picked from commit 60ee76fa3f40a62c0b935b37f98787945f80bb9c)

metadata.json

index 70b330a9dd0b181742080b20a7020cbd7a3dad70..59d624b1eae0dcc3e85028b3f45c2339ce23e205 100644 (file)
@@ -10,7 +10,7 @@
             "version_requirement": ">=2.0.0 <3.0.0"
         },
         {
-            "name": "puppetlabs/rabbitmq",
+            "name": "puppet/rabbitmq",
             "version_requirement": ">=8.4.0 <9.0.0"
         },
         {