Commit edd1eb5d authored by Lonlone Lee's avatar Lonlone Lee
Browse files

Added disable_TLS11RC4 as a parameter to the class

parent 6cce4b76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

class apache::debian::new(
  $disable_TLS10RC4 = false,
  $disable_TLS11RC4 = false,
  $disable_3DES     = false,
){
  # Note: the readlink executable comes from the coreutils package.