summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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}",
}
}
}