aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-01-13 21:12:57 +0100
committerGiulio Fidente <gfidente@redhat.com>2016-01-13 21:12:57 +0100
commit4db4b455ad9716322f3e4f5ada7f6cc38b9b367e (patch)
tree193530d83a5a172154a72ba18a83791f241fcd9c /manifests
parentd7c7e89df4e05b37f4d5430ae5dd611034ce9799 (diff)
Disable ip_nonlocal_bind (rely on the HAProxy 'transparent' option)
Change-Id: Ib57a4bf463900e68cbf97900027f972e590799c2
Diffstat (limited to 'manifests')
-rw-r--r--manifests/loadbalancer.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp
index fdb5950..2690a6e 100644
--- a/manifests/loadbalancer.pp
+++ b/manifests/loadbalancer.pp
@@ -764,8 +764,6 @@ class tripleo::loadbalancer (
"${redis_vip}:6379" => $haproxy_listen_bind_param,
}
- sysctl::value { 'net.ipv4.ip_nonlocal_bind': value => '1' }
-
class { '::haproxy':
service_manage => $haproxy_service_manage,
global_options => {