From 21711032c2ee0caeea2066a9b4a9bac6526dfe54 Mon Sep 17 00:00:00 2001 From: o Date: Mon, 5 Jan 2015 18:01:26 +0100 Subject: use ciphers_http from certs module --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 7641705..1079d85 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 + $ssl_cipher_suite = $certs::ssl_config::ciphers_http ) { case $::operatingsystem { centos: { include apache::centos } -- cgit v1.2.3