]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Fix variable reference at rsync template
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 14:25:11 +0000 (11:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Mar 2016 14:25:11 +0000 (11:25 -0300)
templates/rsync.conf.erb

index 0a7173c28780be43318ea6faf19df90b34239576..e563838bd3ab3b70b4e6bf69fc7987f3b7e48303 100644 (file)
@@ -13,7 +13,7 @@ end -%>
 
 [source]
 <% unless @from.empty? and @from.to_s != "false" -%>
-from = <%= f@rom %>
+from = <%= @from %>
 <% end -%>
 <%- %w{include exclude}.each do |v|
     if has_variable?(v)