aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-16 21:56:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-16 21:56:13 -0300
commit06412e03431c2ed125481486d34f6e7efd09f1df (patch)
tree4b9cabf781b93b2ce5ccd42d713af10945fe15b7 /templates
parentc5220c6efb0ae15739c9a78f45a828b19435e31c (diff)
downloadpuppet-backupninja-06412e03431c2ed125481486d34f6e7efd09f1df.tar.gz
puppet-backupninja-06412e03431c2ed125481486d34f6e7efd09f1df.tar.bz2
Right now just local origin and remote destination is supported (2)
Diffstat (limited to 'templates')
-rw-r--r--templates/rsync.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rsync.conf.erb b/templates/rsync.conf.erb
index 594683c..1f0a503 100644
--- a/templates/rsync.conf.erb
+++ b/templates/rsync.conf.erb
@@ -12,7 +12,7 @@
end -%>
[source]
-<%- %w{from testconnect include exclude ssh protocol rsync rssync_options exclude_vserver, numericids, compress, bandwidthlimit, remote_rsync, id_file, batch, batchbase, filelist, filelistbase}.each do |v|
+<%- %w{from include exclude}.each do |v|
if has_variable?(v) and instance_variable_get("@#{v}").to_s != "false" -%>
<%= v + ' = ' + instance_variable_get("@#{v}").to_s %>
<%-