summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 2787fee..7755bd6 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -39,6 +39,10 @@ class strongswan::base {
content => "#!/bin/bash\n${strongswan::binary} status | grep ESTABLISHED | awk -F\\[ '{ print \$1 }'\n",
notify => undef,
mode => '0500';
+ "/usr/local/sbin/${binary_name}_start_unconnected":
+ content => template('strongswan/scripts/start_unconnected.sh.erb'),
+ notify => undef,
+ mode => '0500';
}
service{'ipsec':