]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Using modules/site-keys instead of files/keys
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jul 2011 17:55:57 +0000 (14:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jul 2011 17:55:57 +0000 (14:55 -0300)
manifests/init.pp

index a8fb8100d79dc25002a75a97e57f459b3c71cf1d..b9c6116bba3cc8554a4190a2bd9596130754882e 100644 (file)
@@ -150,7 +150,7 @@ class backup {
       sshoptions     => "-p $port",
       installkey     => $installkey,
       backupkeytype  => "rsa",
-      backupkeystore => "puppet://$server/files/keys",
+      backupkeystore => "puppet:///modules/site-keys",
     }
   }
 
@@ -163,7 +163,7 @@ class backup {
       backupdir      => "$backupdir/remote/$fqdn/rsync",
       backupkeytype  => "rsa",
       id_file        => "/root/.ssh/id_rsa",
-      backupkeystore => "puppet://$server/files/keys",
+      backupkeystore => "puppet:///modules/site-keys",
       keepdaily      => '7',
       keepweekly     => '4',
       keepmonthly    => '3',