From 5e555243c8dd93f7e5cfadacc9c3843d5f9d421c Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 2 Jan 2013 18:02:31 +0100 Subject: Revert "Support exempting some users from torification measures." This reverts commit 6bc54f031b9ae12fe428c83e70733c8b2ff4c67a. This stuff is not ready for the shared repo, but we want to take benefit from me having already merged immerda's stuff into my branch and solved the conflicts. --- manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index dd28767..3b4b3b2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,10 +33,6 @@ class shorewall( default => $dist_tor_user, } } - case $non_torified_users { - '': { $non_torified_users = [] } - } - $real_non_torified_users = uniq_flatten([ $tor_user, $non_torified_users ]) # See http://www.shorewall.net/3.0/Documentation.htm#Zones shorewall::managed_file{ zones: } -- cgit v1.2.3