From f072fb5d41026d8b4b5125f8d249b687225cb108 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 20 Jun 2012 12:35:12 -0400 Subject: fix for: Syntax error at [; expected ] at /etc/puppet/modules/shorewall/manifests/init.pp:39 --- 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 e5456d0..3921ade 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,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) file {"/var/lib/puppet/modules/shorewall": ensure => directory, -- cgit v1.2.3