From e969bb3822ed9f2861dc25fe4cbd1cbb83d803c8 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 10 Aug 2013 19:14:12 +0200 Subject: make ipsec.conf template configurable --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index e099166..162a136 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -8,7 +8,8 @@ class strongswan( $default_left_ip_address = $::ipaddress, $default_left_subnet = reject(split($::strongswan_ips,','),$::ipaddress), $additional_options = '', - $auto_remote_host = false + $auto_remote_host = false, + $ipsec_conf_template = 'strongswan/ipsec.conf.erb' ) { if $use_monkeysphere != false { -- cgit v1.2.3