From 911cc18e594bb5a3ab642ebb24615a0447050c32 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 20 Jun 2012 14:24:54 -0400 Subject: Revert "Support exempting some users from torification measures." This reverts commit 6cb88973f53aa7d92414797dd21952c1c1d5da98. --- 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 e5456d0..f69a6f2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -34,10 +34,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 ]) file {"/var/lib/puppet/modules/shorewall": ensure => directory, -- cgit v1.2.3