summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-01-04 23:37:30 -0500
committerJames Shubin <james@shubin.ca>2014-01-04 23:37:30 -0500
commit36275d43f72ba1371042bd24fb3718df946f4d56 (patch)
tree4ef8f4649ecbf6b9817bf68e1cbe8f7ccfc3df61
parentd2b1e38a8ea8125033d6d576438007ef801e5c07 (diff)
downloadpuppet-gluster-36275d43f72ba1371042bd24fb3718df946f4d56.tar.gz
puppet-gluster-36275d43f72ba1371042bd24fb3718df946f4d56.tar.xz
puppet-gluster-36275d43f72ba1371042bd24fb3718df946f4d56.zip
Keepalived should properly integrate with shorewall zone.
-rw-r--r--manifests/host.pp2
1 files changed, 2 insertions, 0 deletions
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}",
}
}
}