diff options
author | Micah Anderson <micah@riseup.net> | 2012-06-20 14:24:54 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-06-20 14:24:54 -0400 |
commit | 911cc18e594bb5a3ab642ebb24615a0447050c32 (patch) | |
tree | e292dfd5a636a930ac2eb5119d6db8618c8e74da /manifests/init.pp | |
parent | 30a604eced948f9cd8e663f129bd97ffdaf077aa (diff) | |
download | puppet-shorewall-911cc18e594bb5a3ab642ebb24615a0447050c32.tar.gz puppet-shorewall-911cc18e594bb5a3ab642ebb24615a0447050c32.tar.bz2 |
Revert "Support exempting some users from torification measures."
This reverts commit 6cb88973f53aa7d92414797dd21952c1c1d5da98.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 0 insertions, 4 deletions
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, |