Loading NEWS +2 −1 Original line number Diff line number Diff line release/002.001 (2018-06-21) Update conf.pp to handle stretch (adamhl) Update conf.pp to handle stretch and enable Apache mod_ssl on every Apache server. (adamhl) release/002.000 (2018-04-30) Loading manifests/debian.pp +4 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,10 @@ class apache::debian ( $disable_TLS10RC4 = false, $disable_3DES = false, ){ # Almost every Apache server uses SSL and even if a server does not use it, it # does no harm to enable it, so we enable mod_ssl for everyone. apache::module { "ssl": ensure => present } if ($lsbdistcodename == 'wheezy') { class { 'apache::debian::old': disable_TLS10RC4 => $disable_TLS10RC4, Loading Loading
NEWS +2 −1 Original line number Diff line number Diff line release/002.001 (2018-06-21) Update conf.pp to handle stretch (adamhl) Update conf.pp to handle stretch and enable Apache mod_ssl on every Apache server. (adamhl) release/002.000 (2018-04-30) Loading
manifests/debian.pp +4 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,10 @@ class apache::debian ( $disable_TLS10RC4 = false, $disable_3DES = false, ){ # Almost every Apache server uses SSL and even if a server does not use it, it # does no harm to enable it, so we enable mod_ssl for everyone. apache::module { "ssl": ensure => present } if ($lsbdistcodename == 'wheezy') { class { 'apache::debian::old': disable_TLS10RC4 => $disable_TLS10RC4, Loading