From 80c34fb14bd8220eb252c1c6430f1853ea3ec8b1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 21 Nov 2010 18:55:54 -0200 Subject: Changing key type to RSA for tunnels --- manifests/subsystems/tunnel.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/tunnel.pp') diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index 774ea55..52384f7 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -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" -- cgit v1.2.3