]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
fix for:
authorMicah Anderson <micah@riseup.net>
Wed, 20 Jun 2012 16:30:25 +0000 (12:30 -0400)
committerMicah Anderson <micah@riseup.net>
Wed, 20 Jun 2012 16:30:25 +0000 (12:30 -0400)
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

manifests/init.pp

index 31cf5e4c9bedbed32387e137c66d4231f1405319..574ac85616b739e23c742de8a7a6b3239e934d55 100644 (file)
@@ -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: }