From c3452c911c5dba8b53b558169774d83c3e1908e4 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 20 Jun 2012 13:47:40 -0400 Subject: Revert "fix for:" This reverts commit d3eb5ffc325bd13e103dc72143f78c050e149d29. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 656f5a1..dd28767 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,7 +36,7 @@ class shorewall( case $non_torified_users { '': { $non_torified_users = [] } } - $real_non_torified_users = uniq_flatten($tor_user, $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