]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Nov 2010 16:14:02 +0000 (14:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Nov 2010 16:14:02 +0000 (14:14 -0200)
manifests/init.pp

index afdd683d169034877839ea6bc6759b921d03421d..06b864200d1de9aa083bdd3b84fb351423fc7f1a 100644 (file)
@@ -156,7 +156,6 @@ class backup {
       sshoptions     => "-p $port",
       installkey     => $installkey,
       backupkeytype  => "rsa",
-      id_file        => "/root/.ssh/id_rsa",
       backupkeystore => "puppet://$server/files/keys",
     }
   }
@@ -169,6 +168,7 @@ class backup {
       home           => "$backupdir/remote/$fqdn",
       backupdir      => "$backupdir/remote/$fqdn/rsync",
       backupkeytype  => "rsa",
+      id_file        => "/root/.ssh/id_rsa",
       backupkeystore => "puppet://$server/files/keys",
       keepdaily      => '7',
       keepweekly     => '4',