summaryrefslogtreecommitdiff
path: root/manifests/rules/torify/user.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-11-11 23:12:41 +0100
committerintrigeri <intrigeri@boum.org>2012-11-11 23:12:41 +0100
commite31f901dc4a40b87611871d0cd783bbcec1ba4ed (patch)
tree489f62edc01ded9a88e39cdc9c84d5f7c7351e1c /manifests/rules/torify/user.pp
parent6c29c55b9cc35a3ba06704e34dd3483a33c85898 (diff)
parent6bc54f031b9ae12fe428c83e70733c8b2ff4c67a (diff)
Merge branch 'feature/torification-exception' into old-master
Diffstat (limited to 'manifests/rules/torify/user.pp')
-rw-r--r--manifests/rules/torify/user.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/rules/torify/user.pp b/manifests/rules/torify/user.pp
index 5caccfd..49c0b34 100644
--- a/manifests/rules/torify/user.pp
+++ b/manifests/rules/torify/user.pp
@@ -7,10 +7,6 @@ define shorewall::rules::torify::user(
include shorewall::rules::torify::allow_tor_transparent_proxy
- if $originaldest == '-' and $user == '-' {
- include shorewall::rules::torify::allow_tor_user
- }
-
shorewall::rules::torify::redirect_tcp_to_tor {
"redirect-to-tor-user=${user}-to=${originaldest}":
user => $user,