apache: Add support for HTTP Strict Transport Security

This commit is contained in:
Ossi Salmi 2013-08-14 14:31:23 +03:00
parent a3b970ab8e
commit e6d7688bdc
4 changed files with 20 additions and 3 deletions

View file

@ -186,7 +186,7 @@ class apache::debian::sslserver inherits apache::debian::common {
}
define apache::debian::sslsite($first, $ipaddr, $root,
define apache::debian::sslsite($first, $hsts, $ipaddr, $root,
$ssl_cert, $ssl_key, $ssl_chain) {
if $name == "default" {