update haproxy

This commit is contained in:
Michael Rennecke 2019-05-07 18:40:46 +02:00
parent e3f8c8a592
commit 0a96f87e83
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e set -e
HAPROXY_VERSION=1.9.5 HAPROXY_VERSION=1.9.7
HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-${HAPROXY_VERSION}.tar.gz HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256 HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy HAPROXY_SRC=/tmp/haproxy
@ -67,5 +67,6 @@ make -C "$HAPROXY_SRC" -j "$(nproc)" all $HAPROXY_OPTIONS
# #
# copy files to ansible # copy files to ansible
# #
mkdir -p roles/haproxy/files/
cp -r "$HAPROXY_SRC/examples/errorfiles" roles/haproxy/files/ cp -r "$HAPROXY_SRC/examples/errorfiles" roles/haproxy/files/
cp "$HAPROXY_SRC/haproxy" roles/haproxy/files/ cp "$HAPROXY_SRC/haproxy" roles/haproxy/files/