fix script
[mirror/dsa-puppet.git] / modules / roles / templates / static-mirroring / static-update-component.erb
index 9844a5a..4ef82e5 100755 (executable)
@@ -63,7 +63,7 @@ lines = []
 masters = []
 scope.lookupvar('site::localinfo').keys.sort.each do |node|
     if scope.lookupvar('site::localinfo')[node]['static_master']
-        line << "masters+=(\"#{node}\"}"
+        lines << "masters+=(\"#{node}\"}"
     end
 end
 lines.join("\n")