summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro <o@immerda.ch>2013-08-10 19:45:25 +0200
committero <o@immerda.ch>2013-08-10 19:45:25 +0200
commite69deac032046eb9f8eff69ace835a04cb0491c5 (patch)
tree20b32166ec84a74aeaec1fa8ffe00387685defa8
parent17623a4e889ff61bdf9ac87982ccb09a0bb14f72 (diff)
parent0c7c91c6e3ae96c768f343ff1e5436eb0181989b (diff)
t pushcd ..Merge branch 'master' of git.puppet.immerda.ch:module-strongswan
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 1a0b4bf..e4fd1e5 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -37,7 +37,7 @@ class strongswan::base {
'/etc/ipsec.conf':
content => template('strongswan/ipsec.conf.erb');
"/usr/local/sbin/${binary_name}_connected_hosts":
- content => "#!/bin/bash\n${strongswan::binary} status | grep ESTABLISHED | awk -F\\[ '{ print \$1 }'\n",
+ content => "#!/bin/bash\n${strongswan::binary} status | grep INSTALLED | awk -F\\{ '{ print \$1 }'\n",
notify => undef,
mode => '0500';
"/usr/local/sbin/${binary_name}_start_unconnected":