]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Use keys/ssh instead of modules/site_keys
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Apr 2014 21:51:21 +0000 (18:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Apr 2014 21:51:21 +0000 (18:51 -0300)
manifests/init.pp

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