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

index a67c50e52b3a24020f5cceab188584cdb0bfa28a..913ab6be7023b064b96e7c0462857565a04dcb02 100644 (file)
@@ -9,11 +9,11 @@ class nodo::plug 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,
   }