lb: add keepalived_interface param

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-01-06 15:39:45 +01:00
parent 93f529bfe4
commit f0e71cd788

View File

@@ -35,7 +35,7 @@ class privatecloud::loadbalancer(
$spice = true,
$haproxy_auth = $os_params::haproxy_auth,
$keepalived_email = $os_params::keepalived_email,
$keepalived_interface = 'eth1',
$keepalived_interface = $os_params::keepalived_interface,
$keepalived_ipvs = [],
$keepalived_localhost_ip = $::ipaddress_eth1,
$keepalived_smtp = $os_params::keepalived_smtp,