]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fixing ssh parameters
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 19:25:16 +0000 (17:25 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 19:25:16 +0000 (17:25 -0200)
manifests/vserver.pp

index 94c10ee56e6d090236ad8648fe46645b758d6a44..c39c9fef3ded1f33b294cbf0d0cb7fccdb4dcfce 100644 (file)
@@ -5,11 +5,11 @@ class nodo::vserver 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,
     ports                   => $sshd_ports,
     use_pam                 => $sshd_use_pam,
   }