summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-10 21:32:48 +0200
committerMicah Anderson <micah@riseup.net>2013-08-10 21:32:48 +0200
commit21da13b26af0a695dcd040c385f13536caa95ce6 (patch)
tree743778e6a995749b2e3e82dae909565aad6149dc /manifests/base.pp
parenta70f43599a375c22f4c474ea9add49684efcda6b (diff)
parent36f1100cd8fd53fe47b417ec4ec064a63368ab08 (diff)
Merge remote-tracking branch 'immerda/master' into leapHEADmaster
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 b5742c3..e0f3d18 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -53,6 +53,10 @@ class strongswan::base {
content => "#!/bin/bash\n${strongswan::binary} status | grep INSTALLED | awk -F\\{ '{ print \$1 }'\n",
notify => undef,
mode => '0500';
+ "/usr/local/sbin/${binary_name}_info":
+ content => template('strongswan/scripts/info.sh.erb'),
+ notify => undef,
+ mode => '0500';
"/usr/local/sbin/${binary_name}_start_unconnected":
content => template('strongswan/scripts/start_unconnected.sh.erb'),
notify => undef,