]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Aug 2010 17:24:59 +0000 (14:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Aug 2010 17:24:59 +0000 (14:24 -0300)
manifests/init.pp

index effbe783479fe0894e68ece6f4caef883c025b49..c5d2dc365603a63ba66880e4bbcec936af3592af 100644 (file)
@@ -107,7 +107,7 @@ class backup {
   }
 
   define rsync($port = '22', $ensure = present, $installkey = true, $bandwidthlimit = false) {
-    backupninja::rdiff { "rdiff-$title.$domain":
+    backupninja::rsync { "rsync-$title.$domain":
       # [general]
       ensure         => $ensure,
       user           => "$hostname",