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

index b6e2c51c264902d9e5b5df3b26afab7a0bcafbec..01bfaecbea70ae172b9189c0fd3f40f3a65648d6 100644 (file)
@@ -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":