From b4657888b560aed7885d2a9248bdb00604976257 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 12:24:49 -0200 Subject: Fixing handling for include and exclude parameters as arrays at rsync template (2) --- templates/rsync.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/rsync.conf.erb b/templates/rsync.conf.erb index 163ffc3..778676f 100644 --- a/templates/rsync.conf.erb +++ b/templates/rsync.conf.erb @@ -20,6 +20,7 @@ from = <%= from %> instance_variable_get("@#{v}").to_a.each do |parameter| -%> <%= v + ' = ' + parameter %> <%- + end end end -%> -- cgit v1.2.3