]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Fixing handling for include and exclude parameters as arrays at rsync template (2)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Jan 2013 14:24:49 +0000 (12:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Jan 2013 14:24:49 +0000 (12:24 -0200)
templates/rsync.conf.erb

index 163ffc34c1752a5981c760dff5106ad772fbcc12..778676fcd9a1fb33e49127e9b2918b65aaab2eb5 100644 (file)
@@ -20,6 +20,7 @@ from = <%= from %>
       instance_variable_get("@#{v}").to_a.each do |parameter| -%>
 <%= v + ' = ' + parameter %>
 <%-
+      end
     end
 end -%>