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
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: }