summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-03 18:16:14 +0100
committermh <mh@immerda.ch>2013-01-03 18:16:14 +0100
commit19faa5112c736788ac0ad73eaad8009267be0ad0 (patch)
treeaad3070f9c85d26738a0836ac16aa061150fe3c7 /manifests
parent8c0be5689023b85062fe88e6e19131ac4248c4cb (diff)
make it possible to configure a right subnet
Diffstat (limited to 'manifests')
-rw-r--r--manifests/remote_host.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/remote_host.pp b/manifests/remote_host.pp
index 72830f5..de7a729 100644
--- a/manifests/remote_host.pp
+++ b/manifests/remote_host.pp
@@ -1,6 +1,7 @@
# configure a simple remote host
define strongswan::remote_host(
$right_ip_address,
+ $right_subnet = [],
$ensure = 'present',
$right_id = $name,
$right_cert_name = $name,