From 1b4805cf657869f7f8c0382313fd7befdac60a72 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 20 Oct 2017 14:53:24 +0900
Subject: [PATCH] stack/erp5/instance.cfg.in: Remove entries not used by
 instance-balancer

---
 stack/erp5/buildout.hash.cfg | 2 +-
 stack/erp5/instance.cfg.in   | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/stack/erp5/buildout.hash.cfg b/stack/erp5/buildout.hash.cfg
index 6a6af65dd..893ebd795 100644
--- a/stack/erp5/buildout.hash.cfg
+++ b/stack/erp5/buildout.hash.cfg
@@ -71,7 +71,7 @@ md5sum = 0969fbb25b05c02ef3c2d437b2f4e1a0
 
 [template]
 filename = instance.cfg.in
-md5sum = 36bba080d1bc65ea846c249dfb3c1770
+md5sum = 47d09a83d44f38d3ea62743f004e866b
 
 [monitor-template-dummy]
 filename = dummy.cfg
diff --git a/stack/erp5/instance.cfg.in b/stack/erp5/instance.cfg.in
index 87db51255..036dfa62c 100644
--- a/stack/erp5/instance.cfg.in
+++ b/stack/erp5/instance.cfg.in
@@ -99,10 +99,6 @@ bin-directory = {{ bin_directory }}
 apachedex-location = {{ bin_directory }}/apachedex
 run-apachedex-location = {{ bin_directory }}/runApacheDex
 promise-check-apachedex-result = {{ bin_directory }}/check-apachedex-result
-6tunnel = {{ sixtunnel_location }}
-curl-location = {{ curl_location }}
-dash = {{ dash_location }}
-bash = {{ bash_location }}
 template-haproxy-cfg = {{ template_haproxy_cfg }}
 template-apache-conf = {{ template_apache_conf }}
 template-monitor = {{ dumps(template_monitor) }}
-- 
2.30.9