diff options
author | Micah Anderson <micah@riseup.net> | 2010-02-25 11:12:59 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-02-25 11:12:59 -0500 |
commit | cb532268361752fd4820f69104e3a7d3fe8ab029 (patch) | |
tree | 641c998581cf9508ee3e06d7fb5a305a95e968c2 /templates | |
parent | ac0dfbb713c4d2088add1ddb17d08fa2de72cb7e (diff) | |
download | puppet-backupninja-cb532268361752fd4820f69104e3a7d3fe8ab029.tar.gz puppet-backupninja-cb532268361752fd4820f69104e3a7d3fe8ab029.tar.bz2 |
fix the spelling of the bandwidthlimit option
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dup.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index ce77a5c..4a4c10e 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 = ' + bandwithlimit if bandwidthlimit %> <%= 'sshoptions = ' + sshoptions if sshoptions %> <%= 'destdir = ' + destdir if destdir %> <%= 'desthost = ' + desthost if desthost %> |