diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-21 18:55:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-21 18:55:54 -0200 |
commit | 80c34fb14bd8220eb252c1c6430f1853ea3ec8b1 (patch) | |
tree | 639913bba16269db4a649877ee3a5316f1b908a6 /manifests/subsystems/tunnel.pp | |
parent | ebef45c011d5065c61d39ae013268753dcd15a4d (diff) | |
download | puppet-nodo-80c34fb14bd8220eb252c1c6430f1853ea3ec8b1.tar.gz puppet-nodo-80c34fb14bd8220eb252c1c6430f1853ea3ec8b1.tar.bz2 |
Changing key type to RSA for tunnels
Diffstat (limited to 'manifests/subsystems/tunnel.pp')
-rw-r--r-- | manifests/subsystems/tunnel.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |