]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Changing key type to RSA for tunnels
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Nov 2010 20:55:54 +0000 (18:55 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 21 Nov 2010 20:55:54 +0000 (18:55 -0200)
manifests/subsystems/tunnel.pp

index 774ea55457a9bdb42233717a0efcdf6211cb2466..52384f7d8f7bb2076ae766b7f63ccfab18a91275 100644 (file)
@@ -21,7 +21,7 @@ class tunnel {
   # collect all resources from hosted tunnels
   Tunnel_server_realize <<| tag == "$fqdn" |>>
 
-  define setup($ensure = present, $user = $hostname, $host, $localport, $hostport, $sshport = '22', $keytype = 'dsa') {
+  define setup($ensure = present, $user = $hostname, $host, $localport, $hostport, $sshport = '22', $keytype = 'rsa') {
     $dir     = "/var/backups/remote/$user.$domain"
     $tag     = "backupninja-$fqdn"
     $ssh_dir = "$dir/.ssh"