From 36275d43f72ba1371042bd24fb3718df946f4d56 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 4 Jan 2014 23:37:30 -0500 Subject: Keepalived should properly integrate with shorewall zone. --- manifests/host.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') diff --git a/manifests/host.pp b/manifests/host.pp index 5db8e6b..d4c0a9c 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -301,6 +301,8 @@ define gluster::host( password => "${p}", #group => 'gluster', # TODO: groups! watchip => "${vip}", + shorewall_zone => "${::gluster::server::zone}", + shorewall_ipaddress => "${valid_ip}", } } } -- cgit