diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 12:24:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 12:24:49 -0200 |
commit | b4657888b560aed7885d2a9248bdb00604976257 (patch) | |
tree | 8c076e6e22380a49a8a3ffaac40e5fa5e5c524a7 | |
parent | 018f03e5fdcfe433acb34a143599fca3dfbffc33 (diff) | |
download | puppet-backupninja-b4657888b560aed7885d2a9248bdb00604976257.tar.gz puppet-backupninja-b4657888b560aed7885d2a9248bdb00604976257.tar.bz2 |
Fixing handling for include and exclude parameters as arrays at rsync template (2)
-rw-r--r-- | templates/rsync.conf.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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 -%> |