]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Moving site-keys
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 21:15:26 +0000 (19:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 21:15:26 +0000 (19:15 -0200)
manifests/init.pp

index 7c7c1644a0da10850205289acd4cac6ea7c74979..eea89bb3fa57532defa6241d266c1a8b104cb1b6 100644 (file)
@@ -182,7 +182,7 @@ class backup {
       sshoptions     => "-p $port",
       installkey     => $installkey,
       backupkeytype  => "rsa",
-      backupkeystore => "puppet:///modules/site-keys",
+      backupkeystore => "puppet:///modules/site_keys",
     }
   }
 
@@ -195,7 +195,7 @@ class backup {
       backupdir      => "$backupdir/remote/$fqdn/rsync",
       backupkeytype  => "rsa",
       id_file        => "/root/.ssh/id_rsa",
-      backupkeystore => "puppet:///modules/site-keys",
+      backupkeystore => "puppet:///modules/site_keys",
       keepdaily      => '4',
       keepweekly     => '2',
       keepmonthly    => '2',