]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Changing parameter name sshd_perfect_forward_secrecy to sshd_use_strong_ciphers
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Feb 2011 17:42:22 +0000 (14:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Feb 2011 17:42:22 +0000 (14:42 -0300)
manifests/nodo.pp

index b7efb966fad4bc9c6108301b14e4d13e1060d397..9d57ae26e3d27771147e479dc63b55a04a6f57ba 100644 (file)
@@ -42,7 +42,7 @@ class nodo {
   $sshd_password_authentication = "yes"
   $sshd_shared_ip               = "yes"
   $sshd_tcp_forwarding          = "yes"
-  $sshd_perfect_forward_secrecy = "yes"
+  $sshd_use_strong_ciphers      = "yes"
 
   file { "/etc/hostname":
     owner   => "root",