summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1079d85..ad1478a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -22,7 +22,7 @@ class apache(
$default_ssl_certificate_file = absent,
$default_ssl_certificate_key_file = absent,
$default_ssl_certificate_chain_file = absent,
- $ssl_cipher_suite = $certs::ssl_config::ciphers_http
+ $ssl_cipher_suite = 'HIGH:MEDIUM:!aNULL:!MD5'
) {
case $::operatingsystem {
centos: { include apache::centos }