From: Micah Anderson Date: Wed, 20 Jun 2012 16:30:25 +0000 (-0400) Subject: fix for: X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d3eb5ffc325bd13e103dc72143f78c050e149d29;p=puppet-shorewall.git fix for: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Syntax error at '['; expected ']' at /etc/puppet/modules/shorewall/manifests/init.pp:39 --- diff --git a/manifests/init.pp b/manifests/init.pp index 31cf5e4..574ac85 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: }