From c7f7efb12ba5e558bbc87ff43608534a60f5935e Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Fri, 11 Sep 2015 12:27:00 -0700 Subject: [PATCH] Update HAProxy module to 1.3.0 This patch started out bumping to 1.1.0 but has aged and now 1.3.0 is the latest. Two good reasons to do this: 1) Gets us on to a 1.x release. That means semver applies and we can further upgrade with confidence. 2) Exposes a restart_command parameter. This allows us to specify what command to run to bounce haproxy, allowing us to soft reload instead of hard restart This was a specific ask from clarkb. Change-Id: I9713ce1fcf0b6f15f22c12d2a651294e2347f8a2 --- modules.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.env b/modules.env index 9562769c61..51093124e3 100644 --- a/modules.env +++ b/modules.env @@ -50,7 +50,7 @@ SOURCE_MODULES["https://github.com/puppet-community/puppet-module-puppetboard"]= 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"]="0.4.1" +SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-haproxy"]="1.3.0" 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"