From ca57ecf492824ce8cbe3916a9c1dc403d0290366 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sun, 25 Nov 2018 23:55:32 +0100 Subject: [PATCH 1/2] net/haproxy: unbreak config (refs. #999) When enabling both stats and peers, these two sections got messed up due to a missing newline. --- .../opnsense/service/templates/OPNsense/HAProxy/haproxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf index 0b5c8fac7..b547e68e9 100644 --- a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf +++ b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf @@ -1395,7 +1395,7 @@ backend {{backend.name}} peers {{peers_name}} peer {{OPNsense.HAProxy.general.peers.name1}} {{OPNsense.HAProxy.general.peers.listen1}}:{{OPNsense.HAProxy.general.peers.port1}} peer {{OPNsense.HAProxy.general.peers.name2}} {{OPNsense.HAProxy.general.peers.listen2}}:{{OPNsense.HAProxy.general.peers.port2}} -{%- endif -%} +{% endif %} {%- endif -%} {# ############################### #} From bf802096f0c052be7d563d2a05312556747fe8bb Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 26 Nov 2018 00:32:28 +0100 Subject: [PATCH 2/2] net/haproxy: bump version --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index f9625a6b5..f672681f7 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 2.10 +PLUGIN_VERSION= 2.11 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy PLUGIN_MAINTAINER= opnsense@moov.de