From f0bb5f574fde1ad1453792781acb568ceb9f3ad6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 19 Dec 2012 22:44:02 +0100 Subject: [PATCH] syntax fix --- .../templates/static-mirroring/static-update-component.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/static-mirroring/static-update-component.erb b/modules/roles/templates/static-mirroring/static-update-component.erb index d00d7494..52e0164f 100755 --- a/modules/roles/templates/static-mirroring/static-update-component.erb +++ b/modules/roles/templates/static-mirroring/static-update-component.erb @@ -61,7 +61,7 @@ lines = [] masters = [] scope.lookupvar('site::localinfo').keys.sort.each do |node| if scope.lookupvar('site::localinfo')[node]['static_master'] - lines << "masters+=(\"#{node}\"}" + lines << " masters+=(\"#{node}\")" end end lines.join("\n") -- 2.39.2