summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-02-25 11:12:59 -0500
committerMicah Anderson <micah@riseup.net>2010-02-25 11:12:59 -0500
commitcb532268361752fd4820f69104e3a7d3fe8ab029 (patch)
tree641c998581cf9508ee3e06d7fb5a305a95e968c2 /manifests
parentac0dfbb713c4d2088add1ddb17d08fa2de72cb7e (diff)
fix the spelling of the bandwidthlimit option
Diffstat (limited to 'manifests')
-rw-r--r--manifests/dup.pp2
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,