Commit 1556c497 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

enable mod_ssl for everyone using this module

parent 63d91dac
Loading
Loading
Loading
Loading
+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)

+4 −0
Original line number Diff line number Diff line
@@ -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,