]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Setting id_file for rsync backups
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Nov 2010 15:52:41 +0000 (13:52 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Nov 2010 15:52:41 +0000 (13:52 -0200)
manifests/init.pp

index 8c908b991213f03cddd1e6ae79eb7421fa8f1f15..afdd683d169034877839ea6bc6759b921d03421d 100644 (file)
@@ -156,6 +156,7 @@ class backup {
       sshoptions     => "-p $port",
       installkey     => $installkey,
       backupkeytype  => "rsa",
+      id_file        => "/root/.ssh/id_rsa",
       backupkeystore => "puppet://$server/files/keys",
     }
   }