]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the job
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Jul 2011 21:45:32 +0000 (18:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 13 Jul 2011 21:45:32 +0000 (18:45 -0300)
manifests/nodo.pp

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