LB/Binding: fix HAproxy binding IPs

This patch fixes a bug introduced in the last pull request with HA
refacto.

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-05-05 12:47:41 +02:00
parent a460f8e167
commit bd716d1fe1

View File

@@ -56,7 +56,7 @@ define cloud::loadbalancer::binding (
cloud::loadbalancer::listen_http { $name :
ports => $port,
httpchk => $httpchk,
listen_ip => [$listen_ip_real];
listen_ip => $listen_ip_real;
}
}