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
This commit is contained in:
Spencer Krum 2015-09-11 12:27:00 -07:00
parent 04c2028603
commit c7f7efb12b

View File

@ -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"