summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro <o@immerda.ch>2011-04-26 01:44:03 +0200
committero <o@immerda.ch>2011-04-26 01:44:03 +0200
commitd1d4ae3af661e46652f836bda771221c6e0d89e0 (patch)
treea884411c4ef3af4bf3d12fa5935f4218d1b4f214
parent8158d6e1479aa5046bc7eecdae2e6a8df4056e38 (diff)
remove inexistent shorewall rule
-rw-r--r--manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 48c4d8e..b9a3bec 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -4,6 +4,5 @@ class strongswan {
if $use_shorewall {
include shorewall::rules::ipsec
- include shorewall::rules::out::ipsec
}
}