diff options
author | intrigeri <intrigeri@boum.org> | 2012-11-11 23:12:41 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-11-11 23:12:41 +0100 |
commit | e31f901dc4a40b87611871d0cd783bbcec1ba4ed (patch) | |
tree | 489f62edc01ded9a88e39cdc9c84d5f7c7351e1c /manifests/init.pp | |
parent | 6c29c55b9cc35a3ba06704e34dd3483a33c85898 (diff) | |
parent | 6bc54f031b9ae12fe428c83e70733c8b2ff4c67a (diff) | |
download | puppet-shorewall-e31f901dc4a40b87611871d0cd783bbcec1ba4ed.tar.gz puppet-shorewall-e31f901dc4a40b87611871d0cd783bbcec1ba4ed.tar.bz2 |
Merge branch 'feature/torification-exception' into old-master
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3b4b3b2..dd28767 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,6 +33,10 @@ 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: } |