Clean out $ssh_use_strong_ciphers

A tentative option from rhatto using the variable named
$ssh_use_strong_ciphers still has two lines in init.pp

Since the same functionality is provided by the variable
$ssh_hardened_ssl that was merged in the shared repository, rhatto
removed his feature. But there are still two lines left, so simply
remove them.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
This commit is contained in:
Gabriel Filion 2011-07-16 23:49:11 -04:00
parent a5312442b6
commit 6615426a49

View file

@ -98,9 +98,6 @@ class sshd {
case $sshd_shared_ip {
'': { $sshd_shared_ip = "no" }
}
case $sshd_use_strong_ciphers {
'': { $sshd_use_strong_ciphers = "no" }
}
include sshd::client