From ec42d717c5d6b3521dcb471bb8e49b72d80db690 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 21 Apr 2015 17:26:49 -0400 Subject: [PATCH] Puppetfile: fix RabbitMQ git The J.1.2.0 branch of puppetlabs-rabbitmq eNovance fork has a new commit and the old one changed the ID due to a push -f. This commits just update the commit ID so we have the right commit and RabbitMQ will work correctly. Change-Id: Ib2b8eee1d853880de0802d5b91e14d726d374c9a --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 006b2cd3..979432c9 100644 --- a/Puppetfile +++ b/Puppetfile @@ -172,7 +172,7 @@ mod 'puppetdbquery', # TODO(emilienM) https://tickets.puppetlabs.com/browse/PDB-1223 mod 'rabbitmq', :git => 'git://github.com/enovance/puppetlabs-rabbitmq.git', - :ref => 'b1bd3cf9052fe78c47f66b500418c84d130cdead' + :ref => '7d3a3a1859d344c4e49d4c257c4ea0b9b0460c33' mod 'redis', :git => 'git://github.com/arioch/puppet-redis.git', :ref => '51e35cc9a743dd8f992effae25d92e18aafe8b46'