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

index 4a81e0098713379d5d5d1c4678ce54c035126588..4e85f100dd091c57fada57cf5e5f9fa95a85b2ce 100644 (file)
@@ -45,11 +45,11 @@ class nodo::physical 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,
   }