diff options
author | intrigeri <intrigeri@boum.org> | 2012-01-07 06:09:54 +0100 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-06-20 10:47:15 -0400 |
commit | 6cb88973f53aa7d92414797dd21952c1c1d5da98 (patch) | |
tree | 6fa93a250d68067c079b2fb9c2feb29f81f61e37 /manifests/rules/torify.pp | |
parent | b67bb6c1571506ae4b1d49feab06e73b75515f29 (diff) | |
download | puppet-shorewall-6cb88973f53aa7d92414797dd21952c1c1d5da98.tar.gz puppet-shorewall-6cb88973f53aa7d92414797dd21952c1c1d5da98.tar.bz2 |
Support exempting some users from torification measures.
Diffstat (limited to 'manifests/rules/torify.pp')
-rw-r--r-- | manifests/rules/torify.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |