]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Using ssh mountpoint
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 9 Apr 2014 03:02:02 +0000 (00:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 9 Apr 2014 03:02:02 +0000 (00:02 -0300)
manifests/init.pp

index bafcbca32e9699a9702787f43d9ae767d8ff7499..68c259188be9b598a00811db11b0dfd490c15497 100644 (file)
@@ -210,7 +210,7 @@ class backup(
       sshoptions     => "-p $port",
       installkey     => $installkey,
       backupkeytype  => "rsa",
-      backupkeystore => "puppet:///keys/ssh",
+      backupkeystore => "puppet:///ssh",
     }
   }
 
@@ -228,7 +228,7 @@ class backup(
       backupdir      => "$backupdir/remote/$use_fqdn/rsync",
       backupkeytype  => "rsa",
       id_file        => "/root/.ssh/id_rsa",
-      backupkeystore => "puppet:///keys/ssh",
+      backupkeystore => "puppet:///ssh",
       keepdaily      => '4',
       keepweekly     => '2',
       keepmonthly    => '2',