apache: Use $ssl::ciphersuites::default_ciphersuites for SSL sites.

This commit is contained in:
Timo Makinen 2014-12-19 12:36:18 +02:00
parent 3d8365c595
commit cea629a380
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ import "redhat.pp"
class apache::common {
include lsof
include ssl::ciphersuites
case $::operatingsystem {
debian,ubuntu: {

View file

@ -22,7 +22,7 @@ SSLProtocol all -SSLv2 -SSLv3
# List the ciphers that the client is permitted to negotiate.
# See the mod_ssl documentation for a complete list.
SSLHonorCipherOrder On
SSLCipherSuite RC4-SHA:HIGH:!ADH
SSLCipherSuite <%= scope.lookupvar('ssl::ciphersuites::default_ciphersuites') %>
# Server Certificate:
# Point SSLCertificateFile at a PEM encoded certificate. If