From a365f91039c5d132f89b41532359eb0088274ea1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 17 Nov 2015 13:22:37 -0500 Subject: [PATCH] Pin puppetlabs-haproxy to commit containing 1.8 fix There is a bug with ruby 1.8 and puppetlabs-haproxy that has been worked around upstream. It manifests as an inability to compile the catalog with haproxy on centos6. Pin this to the commit with that fix applied until that commit is released. Also, getting off of centos6 everywhere will make this problem go away for real - as ruby 1.8 is EOL and not supported upstream. Change-Id: I76d60b1e57553e144b8f5a7062e0061cc52067d7 --- modules.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules.env b/modules.env index 7223ae7fac..1d0d89989c 100644 --- a/modules.env +++ b/modules.env @@ -51,7 +51,8 @@ SOURCE_MODULES["https://github.com/puppet-community/puppet-nodejs"]="1.2.0" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-apt"]="2.1.0" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-concat"]="1.1.0" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-firewall"]="1.1.3" -SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-haproxy"]="1.3.0" +# TODO(nibalizer): move back to tag once this commit is in a release +SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-haproxy"]="5f638ef2dbf66fca67a1774dd8147e6eb596955c" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-inifile"]="1.1.3" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-java_ks"]="1.3.1" SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-mysql"]="0.6.1"