From 6cb88973f53aa7d92414797dd21952c1c1d5da98 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 7 Jan 2012 06:09:54 +0100 Subject: Support exempting some users from torification measures. --- manifests/rules/torify.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/rules/torify.pp') diff --git a/manifests/rules/torify.pp b/manifests/rules/torify.pp index f6e62d8..b393a2a 100644 --- a/manifests/rules/torify.pp +++ b/manifests/rules/torify.pp @@ -18,6 +18,8 @@ define shorewall::rules::torify( $allow_rfc1918 = true ){ + include shorewall::rules::torify::non_torified_users + $originaldest = join($destinations,',') shorewall::rules::torify::user { -- cgit v1.2.3