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 /manifests | |
parent | ac0dfbb713c4d2088add1ddb17d08fa2de72cb7e (diff) | |
download | puppet-backupninja-cb532268361752fd4820f69104e3a7d3fe8ab029.tar.gz puppet-backupninja-cb532268361752fd4820f69104e3a7d3fe8ab029.tar.bz2 |
fix the spelling of the bandwidthlimit option
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dup.pp | 2 |
1 files changed, 1 insertions, 1 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, |