aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-27 10:53:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-02-27 10:53:49 -0300
commit9561932b03ea52f434654157d8348ffa95325f5e (patch)
tree4fc5226da2b3dc450b7775d627c5fc21e0070744 /templates
parent98e14e6257f9c15aee4994918ff2d069ed13752a (diff)
parente204bd1d6296946314b640ad556e58b0612826ca (diff)
downloadpuppet-backupninja-9561932b03ea52f434654157d8348ffa95325f5e.tar.gz
puppet-backupninja-9561932b03ea52f434654157d8348ffa95325f5e.tar.bz2
Merge branch 'master' of git://labs.riseup.net/module_backupninja
Diffstat (limited to 'templates')
-rw-r--r--templates/dup.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb
index ce77a5c..2a61443 100644
--- a/templates/dup.conf.erb
+++ b/templates/dup.conf.erb
@@ -36,7 +36,7 @@
[dest]
<%= 'incremental = ' + incremental if incremental %>
<%= 'keep = ' + keep if keep %>
-<%= 'bandwithlimit = ' + bandwithlimit if bandwithlimit %>
+<%= 'bandwidthlimit = ' + bandwidthlimit if bandwidthlimit %>
<%= 'sshoptions = ' + sshoptions if sshoptions %>
<%= 'destdir = ' + destdir if destdir %>
<%= 'desthost = ' + desthost if desthost %>