From dd36446db8f6a9c00ad444ac6a52db17d261eedb Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 6 May 2015 20:51:48 +0200 Subject: [PATCH] Fix comment in HSTS macro --- modules/apache2/files/puppet-ssl-macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apache2/files/puppet-ssl-macros b/modules/apache2/files/puppet-ssl-macros index c56dd006..e19a000d 100644 --- a/modules/apache2/files/puppet-ssl-macros +++ b/modules/apache2/files/puppet-ssl-macros @@ -2,7 +2,7 @@ - # Add two month HSTS header + # Add six months HSTS header Header always add Strict-Transport-Security "max-age=15552000" -- 2.39.2