From cc5f6dc39ce5c6eea1d40c69d8654d7ef72c4726 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 23 Sep 2015 13:59:28 -0400 Subject: [PATCH] Puppetfile: bump qpid to 1.0.3 1.0.3 has been released and contains last fixes that we need to run our Puppet modules with Qpid. Change-Id: Ifa4026fb9407cd7f43685c89ac69e60588783915 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 01debc177..5bef675f7 100644 --- a/Puppetfile +++ b/Puppetfile @@ -136,7 +136,7 @@ mod 'python', mod 'qpid', :git => 'https://github.com/dprince/puppet-qpid', - :tag => '1.0.2' + :tag => '1.0.3' mod 'rabbitmq', :git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq',