From 6615426a49e6adb0a58ade0b55165888dab65637 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sat, 16 Jul 2011 23:49:11 -0400 Subject: 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 --- manifests/init.pp | 3 --- 1 file changed, 3 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index af25e9e..66b7262 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 -- cgit v1.2.3