From: Silvio Rhatto Date: Sat, 19 Jan 2013 19:30:59 +0000 (-0200) Subject: Fixing ssh parameters (3) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c2db1e375d2120903c6494c1f1455bce70f76bcf;p=puppet-nodo.git Fixing ssh parameters (3) --- diff --git a/manifests/kvm.pp b/manifests/kvm.pp index b6e2c51..01bfaec 100644 --- a/manifests/kvm.pp +++ b/manifests/kvm.pp @@ -43,11 +43,11 @@ class nodo::kvm inherits nodo { class { 'sshd': listen_address => $sshd_listen_address, - password_authentication => $ssh_password_authentication, - shared_ip => $ssh_shared_ip, - tcp_forwarding => $ssh_tcp_forwarding, - hardened_ssl => $ssh_hardened_ssl, - print_motd => $ssh_print_motd, + password_authentication => $sshd_password_authentication, + shared_ip => $sshd_shared_ip, + tcp_forwarding => $sshd_tcp_forwarding, + hardened_ssl => $sshd_hardened_ssl, + print_motd => $sshd_print_motd, } backupninja::sys { "sys":