From 770bc48ae57ca4ffb8294c8f96841a28ade8a9cf Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 4 Jan 2013 16:40:17 +0100 Subject: make it possible to also define left parts --- manifests/remote_host.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests') diff --git a/manifests/remote_host.pp b/manifests/remote_host.pp index de7a729..059d969 100644 --- a/manifests/remote_host.pp +++ b/manifests/remote_host.pp @@ -3,6 +3,9 @@ define strongswan::remote_host( $right_ip_address, $right_subnet = [], $ensure = 'present', + $left_id = 'absent', + $left_ip_address = 'absent', + $left_subnet = [], $right_id = $name, $right_cert_name = $name, $right_cert_content = 'absent' -- cgit v1.2.3