summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-10 19:59:52 +0200
committerMicah Anderson <micah@riseup.net>2013-08-10 19:59:52 +0200
commit5edc579a6e12bb6c9b3c5743729b7a5a2658000b (patch)
treeeaf1b515d787f323c5eb4fe2f51a76ec93e17efa
parent621dd59d14688d0a8102825192cb552c7d676ede (diff)
parente969bb3822ed9f2861dc25fe4cbd1cbb83d803c8 (diff)
Merge branch 'master' of ssh://code.leap.se/puppet_strongswan into leap
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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 {