]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
fix the spelling of the bandwidthlimit option
authorMicah Anderson <micah@riseup.net>
Thu, 25 Feb 2010 16:12:59 +0000 (11:12 -0500)
committerMicah Anderson <micah@riseup.net>
Thu, 25 Feb 2010 16:12:59 +0000 (11:12 -0500)
manifests/dup.pp
templates/dup.conf.erb

index dc597f73e2483851ff3b5e294302dd3a230f2fa4..f81475ae3cae4e716e78ab5dd3182dc9e3b374b4 100644 (file)
@@ -72,7 +72,7 @@ define backupninja::duplicity( $order  = 90,
                                # [dest]
                                $incremental   = "yes",
                                $keep          = false,
-                               $bandwithlimit = false,
+                               $bandwidthlimit = false,
                                $sshoptions    = false,
                                $destdir       = false,
                                $desthost      = false,
index ce77a5caa102e896f858c868f3de0e9a5514785c..4a4c10e2bb1397acc2a59f0718a17e6c67581653 100644 (file)
@@ -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 %>