summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index e7df4c4..b965015 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -1,5 +1,6 @@
class ekeyd::client(
- $ekeyd_host
+ $ekeyd_host,
+ $shorewall_zones = ['net']
) {
case $operatingsystem {
centos: { include ekeyd::client::centos }
@@ -7,7 +8,7 @@ class ekeyd::client(
}
if $use_shorewall {
- class{'shorewall::rules::out::ekeyd':
+ shorewall::rules::out::ekeyd{$shorewall_zones:
ekeyd_host => $ekeyd_host,
}
}