From cb532268361752fd4820f69104e3a7d3fe8ab029 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 25 Feb 2010 11:12:59 -0500 Subject: fix the spelling of the bandwidthlimit option --- manifests/dup.pp | 2 +- templates/dup.conf.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/dup.pp b/manifests/dup.pp index dc597f7..f81475a 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -72,7 +72,7 @@ define backupninja::duplicity( $order = 90, # [dest] $incremental = "yes", $keep = false, - $bandwithlimit = false, + $bandwidthlimit = false, $sshoptions = false, $destdir = false, $desthost = false, 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 %> -- cgit v1.2.3 From e204bd1d6296946314b640ad556e58b0612826ca Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 25 Feb 2010 11:21:23 -0500 Subject: fix a couple more bandwidthlimit spelling errors --- manifests/dup.pp | 2 +- templates/dup.conf.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/dup.pp b/manifests/dup.pp index f81475a..23da8cd 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -14,7 +14,7 @@ # find the correct file to remove). # # options, nicelevel, testconnect, tmpdir, sign, encryptkey, signkey, -# password, include, exclude, vsinclude, incremental, keep, bandwithlimit, +# password, include, exclude, vsinclude, incremental, keep, bandwidthlimit, # sshoptions, destdir, desthost, desuser: # # As defined in the backupninja documentation. The options will be diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index 4a4c10e..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 %> -<%= 'bandwidthlimit = ' + bandwithlimit if bandwidthlimit %> +<%= 'bandwidthlimit = ' + bandwidthlimit if bandwidthlimit %> <%= 'sshoptions = ' + sshoptions if sshoptions %> <%= 'destdir = ' + destdir if destdir %> <%= 'desthost = ' + desthost if desthost %> -- cgit v1.2.3